]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZEROTrigger.h
Adding TDC channel delays to the calib object.
[u/mrichter/AliRoot.git] / VZERO / AliVZEROTrigger.h
index 6d816eea3f2bf37e14b7d6c7c75a8b1074bd7054..1a002143abc8370a7b9f7e8c12f473d08a4ba446 100644 (file)
@@ -1,20 +1,16 @@
 #ifndef ALIVZEROTrigger_H
 #define ALIVZEROTrigger_H
-
-///_________________________________________________________________________
-///
-///  Class for making  VZERO Trigger
-///_________________________________________________________________________   
+// ---------------------
+// Class AliVZEROTrigger
+// ---------------------
+// Top class to simulate the VZERO trigger response
+// This class is only used for interface with AliTriggerDetector
+// Its create and Set  Inputs of the CTP
+// The Calculation of the trigger response is done into AliVZEROTriggerSimulator
+//
 
 
 #include "AliTriggerDetector.h"
-#include "AliTriggerInput.h"
-
-#include "AliVZEROLoader.h"
-#include "AliVZEROdigit.h"
-
-#include "AliLog.h"
-
 
 class AliVZEROTrigger : public AliTriggerDetector
 {
@@ -24,18 +20,9 @@ class AliVZEROTrigger : public AliTriggerDetector
    virtual void    CreateInputs();
    virtual void    Trigger();
 
-   void            SetAdcThreshold(Float_t t=55.0) 
-     {fAdcThresHold=t; AliDebug(1,Form("ADC threshold set to %0.2f", fAdcThresHold));}
-   
-   void            SetTimeWindowWidth(Float_t w=2) {fTimeWindowWidth=w;}
-
-
-private:
-
-   Float_t fAdcThresHold;
-   Float_t fTimeWindowWidth; // 
-
-   ClassDef( AliVZEROTrigger, 1 )  // VZERO Trigger Detector class
+   ClassDef( AliVZEROTrigger, 2 )  // VZERO Trigger Detector class
 };
 
 #endif // AliVZEROTrigger_H
+
+