]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZEROTrigger.h
Forgotten commit
[u/mrichter/AliRoot.git] / VZERO / AliVZEROTrigger.h
index dfe6d16b62b75ee4898caf7e6993612d9cbcfad4..1a002143abc8370a7b9f7e8c12f473d08a4ba446 100644 (file)
@@ -1,10 +1,13 @@
 #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"
@@ -21,3 +24,5 @@ class AliVZEROTrigger : public AliTriggerDetector
 };
 
 #endif // AliVZEROTrigger_H
+
+