]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZEROTriggerSimulator.h
Move from the DAQ SOR/EOR time-stamps to the CTP ones. Should prevent the problem...
[u/mrichter/AliRoot.git] / VZERO / AliVZEROTriggerSimulator.h
index 722b2121a82a09176ea6f992364b04941f942a02..007c1caf0d69158192648393dfc7695d3ca14080 100644 (file)
@@ -70,6 +70,7 @@ private:
        AliVZEROTriggerSimulator(const AliVZEROTriggerSimulator &/*triggerSim*/);\r
        AliVZEROTriggerSimulator& operator= (const AliVZEROTriggerSimulator & /*triggerSim*/);\r
        AliVZEROTriggerData * LoadTriggerData() const ;\r
+       void                  LoadClockOffset();\r
        void GenerateBBWindows();\r
        void GenerateBGWindows();\r
        \r
@@ -83,6 +84,7 @@ private:
        AliVZEROLogicalSignal * fBGReset[AliVZEROTriggerData::kNCIUBoards]; // BG Reset Window\r
 \r
        AliVZEROTriggerData *fTriggerData; // Object holding the trigger configuration parameters\r
+       Float_t fClockOffset[AliVZEROTriggerData::kNCIUBoards]; // TDC clock offset including roll-over, trig count and L0->L1 delay\r
        \r
        TTree* fDigitsTree; //Pointer to VZERO digit tree\r
        TClonesArray* fDigits; //Pointer to VZERO digit array\r
@@ -93,7 +95,7 @@ private:
        \r
        UShort_t fTriggerWord; // Word holding the 16 triggers return by the FEE\r
                \r
-       ClassDef( AliVZEROTriggerSimulator, 2 )  \r
+       ClassDef( AliVZEROTriggerSimulator, 3 )  \r
 \r
 };\r
 \r