Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by mocchiut, Fri May 19 13:16:00 2006 UTC | revision 1.3 by mocchiut, Fri Jun 30 09:21:49 2006 UTC | |
|---|---|---|
| # | Line 9 class AcLevel2 : public TObject { | Line 9 class AcLevel2 : public TObject { |
| 9 | private: | private: |
| 10 | ||
| 11 | public: | public: |
| 12 | UShort_t status[2]; | Int_t status[2]; |
| 13 | UShort_t hitmap[2]; | Int_t hitmap[2]; |
| 14 | UShort_t hitstatus[2]; | Int_t hitstatus[2]; |
| 15 | UShort_t trigger[2]; | Int_t trigger[2]; |
| 16 | //ULong64_t OBT; | //ULong64_t OBT; |
| 17 | //Int_t pro_num; | //Int_t pro_num; |
| 18 | //ULong64_t pkt_num; | //ULong64_t pkt_num; |
| 19 | // constructor | // constructor |
| 20 | AcLevel2(); | AcLevel2(); |
| 21 | AcLevel2* GetAcLevel2(){return this;}; // Elena | |
| 22 | void Clear(); // emiliano | |
| 23 | // | // |
| 24 | ClassDef(AcLevel2, 1); | ClassDef(AcLevel2, 1); |
| 25 | }; | }; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |