49 if (plane != NULL )plane->
print();
67 Int_t hit[16] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
68 for(imes=0;imes<esize;imes++) {
70 if(ch<0 || ch>=16)
continue;
76 if((hit[3] || hit[4]) && (hit[5] || hit[6]))
80 for(Int_t ndet=0;ndet<2;ndet++) {
83 if ( m == NULL )
continue;
85 Int_t tmin = 512,
tmax = 0;
86 for(Int_t i=0;i<
NADC;i++){
88 for(Int_t j=0;j<
NCHAN;j++){
90 if(q <= -1000)
continue;
95 hQvT[ndet]->Fill(i,qtot);
96 if(qtot<=1000)
continue;
101 hTmin[ndet]->Fill(tmin);
116 hTmin[0] =
new TH1F(
"hTminX",
"",512,0,512);
117 hTmin[1] =
new TH1F(
"hTminY",
"",512,0,512);
118 hTmax[0] =
new TH1F(
"hTmaxX",
"",512,0,512);
119 hTmax[1] =
new TH1F(
"hTmaxY",
"",512,0,512);
120 hDeltaT[0] =
new TH1F(
"hDeltaTX",
"",512,0,512);
121 hDeltaT[1] =
new TH1F(
"hDeltaTY",
"",512,0,512);
123 hQvT[0] =
new TH1F(
"hQvTX",
"",512,0,512);
124 hQvT[1] =
new TH1F(
"hQvTY",
"",512,0,512);
HarpoRecoEvent * GetRecoEvent()
Double_t GetData(Int_t i, Int_t j)
Set/Get Data Cell.
void print()
Overloaded method which do all job.
Bool_t isExist(ULong_t det)
Detecror date exist //! Number of Real Detectors.
void Save(char *mode=NULL)
Dummy analysis to run as test and example. Give basic histograms of the data.
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)
Pmm2MesVect * GetMesurements()
Return pointer to decoded data.
TH1F * hQvT[2]
Redefine empty default.
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()
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