/[PAMELA software]/DarthVader/TriggerLevel2/src/TrigLevel2.cpp
ViewVC logotype

Annotation of /DarthVader/TriggerLevel2/src/TrigLevel2.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat Jun 17 12:14:34 2006 UTC (18 years, 5 months ago) by mocchiut
Branch: MAIN
Branch point for: TriggerLevel2
Initial revision

1 mocchiut 1.1 #include <TObject.h>
2     #include <TrigLevel2.h>
3     ClassImp(TrigLevel2);
4    
5     TrigLevel2::TrigLevel2() {
6    
7     evcount = 0;
8     for (Int_t kk=0; kk<3;kk++){
9     pmtpl[kk] = 0;
10     patternbusy[kk] = 0;
11     }
12    
13     for (Int_t kk=0; kk<6;kk++){
14     trigrate[kk] = 0;
15     patterntrig[kk] = 0;
16     }
17    
18     for (Int_t kk=0; kk<2;kk++){
19     dltime[kk] = 0;
20     s4calcount[kk] = 0;
21     }
22    
23     for (Int_t kk=0; kk<24;kk++){
24     pmtcount1[kk] = 0;
25     pmtcount2[kk] = 0;
26     }
27    
28     trigconf = 0;
29     }

  ViewVC Help
Powered by ViewVC 1.1.23