HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoDetEvent.cxx
Go to the documentation of this file.
1 //
2 // File HarpoDetEvent.cxx
3 //
14 #include "HarpoDetEvent.h"
15 
16 #include <iostream>
17 
18 ClassImp(HarpoDetEvent)
19 
20 
21 void HarpoDetEvent::print() const
22 {
23  std::cout << "---DetEvent Detector " << fDet << std::endl;
24  // std::cout << "Header num : " << fEventHeader.eventNumb
25  // << " : size : " << fEventHeader.eventSize << std::endl;
26  // std::cout << " Num Frames : " << fFrames.size() << std::endl;
27  // std::cout << " FRame : " << fFrames[0].compress << std::endl;
28  //fFrames[0].print();
29 }
30 
32 {
33  Fatal("HarpoDetEvent::GetMap","not implemented");
34  return NULL;
35 }
36 
39  Fatal("HarpoDetEvent::GetMEsurements","not implemented");
40  return NULL;
41 }
42 
A virtual class store event data for un detector.
Definition: HarpoDetEvent.h:32
virtual HarpoDccMap * GetMap()
unpacked dcc data The class contains the data map for DCC or Feminos The data is stored as a 2D TMatr...
Definition: HarpoDccMap.h:29
A list of all mesurements in one Event for Pmm2 v2 card The class is place holder for all unpacked me...
Definition: Pmm2MesList.h:19
virtual Pmm2MesVect * GetMesurements()
Return pointer to decoded Pmm2 data vector.