]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRIGGER/AliTRIPreprocessor.h
adjust online display to the new TRD cluster format (Theo)
[u/mrichter/AliRoot.git] / TRIGGER / AliTRIPreprocessor.h
index 4ba85890bb63f294f4698de5f3aeedf3aea66fbd..a263f1c144cac23f7b0eb8f2d799f4376a1aa12d 100644 (file)
@@ -21,6 +21,7 @@ class AliTRIPreprocessor : public AliPreprocessor
     
     Short_t ProcessSPDTriggerData();
     Short_t ProcessTOFTriggerData();
+    Short_t ProcessEmptyTriggerData();
 
   protected:
     virtual void Initialize(Int_t run, UInt_t startTime, UInt_t endTime);
@@ -29,6 +30,8 @@ class AliTRIPreprocessor : public AliPreprocessor
 
   private:
 
+    AliTRIPreprocessor(const AliTRIPreprocessor & proc); // copy constructor
+    AliTRIPreprocessor& operator=(const AliTRIPreprocessor & proc);
     static const char* fgkDetectorsMapName[kNDetectorsMap];  // names of detectors/systems in the DETECTORS_MAP in /date/db/detCodes.h
 
     AliShuttleInterface *fShuttle;