Parent Directory
|
Revision Log
Added unpackError in all classes, ToF .rz bug fixed, install_GL_PARAM time screw bug fixed
| 1 | mocchiut | 1.2 | #ifndef NDLevel2_h |
| 2 | |||
| 3 | #define NDLevel2_h | ||
| 4 | #include <TObject.h> | ||
| 5 | pam-fi | 1.3 | #include <NDStruct.h> |
| 6 | mocchiut | 1.2 | |
| 7 | class NDLevel2 : public TObject { | ||
| 8 | public: | ||
| 9 | NDLevel2(); | ||
| 10 | NDLevel2* GetNDLevel2(){return this;}; // <<<ELENA | ||
| 11 | pam-fi | 1.3 | |
| 12 | void SetFromLevel2Struct(cNDLevel2 *l2); | ||
| 13 | void GetLevel2Struct(cNDLevel2 *l2) const; | ||
| 14 | |||
| 15 | mocchiut | 1.2 | void Clear(); // emiliano |
| 16 | Float_t upperBack; | ||
| 17 | Float_t bottomBack; | ||
| 18 | Float_t trigPhysics; | ||
| 19 | mocchiut | 1.4 | Int_t unpackError; // emiliano |
| 20 | ClassDef(NDLevel2, 2) | ||
| 21 | mocchiut | 1.2 | }; |
| 22 | #endif |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |