49 if (plane != NULL )plane->
print();
74 for(
int ch = 0; ch<16; ch++) hit[ch] = 0;
75 for(imes=0;imes<esize;imes++) {
81 if(
fTriggerType == -1 && hit[3] && hit[4] && hit[5] && hit[6]){
87 if(
fTriggerType == -2 && hit[1] && hit[2] && hit[7] && hit[8]){
103 Long64_t triggerType;
104 if( !
gHConfig->
Lookup(
"SelectorCosmics.triggerType",triggerType ))
105 Info(
"Constructor",
"Use default trigger type %d",fTriggerType);
107 fTriggerType = triggerType;
110 hTriggerType =
new TH1F(
"hTriggerType",
";trigger channel",20,-2,18);
111 hTriggerTypeCut =
new TH1F(
"hTriggerType",
";trigger channel",20,-2,18);
void print()
Overloaded method which do all job.
void Save(char *mode=NULL)
Bool_t isExist(ULong_t det)
Detecror date exist //! Number of Real Detectors.
TFile * OpenHistFile(const char *ananame)
unpacked dcc data The class contains the data map for DCC or Feminos The data is stored as a 2D TMatr...
HarpoDetEvent * GetDetEvent(Long_t plane=XDCC)
Dummy analysis to run as test and example. Give basic histograms of the data.
Pmm2MesVect * GetMesurements()
Return pointer to decoded data.
Bool_t Lookup(const char *path, Bool_t &val)
Lookup function for scalar values.
A class store HARPO raw PMM2 event buffer and header. End provide access metods to the row data...
virtual const EventHeader_t * GetHeader() const
HarpoEventHeader * GetHeader()
Int_t fTriggerType
Redefine empty default.
const ULong_t gkNDetectors
HarpoDccMap * GetDccMap(Long_t plane=XDCC)
A list of all mesurements in one Event for Pmm2 v2 card The class is place holder for all unpacked me...
R__EXTERN HarpoDetSet * gHDetSet