]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/AliACORDEdigit.h
Split the 0MQ dependent part of MINITOR
[u/mrichter/AliRoot.git] / ACORDE / AliACORDEdigit.h
index 844e5fc2a69402ec75b22ef5b780d5b81bd6279b..557782803fabbd043495f91f937ae00c8375077d 100644 (file)
@@ -19,7 +19,10 @@ class AliACORDEdigit: public AliDigit  {
  public:
   AliACORDEdigit();
   AliACORDEdigit(Int_t* tracks, Int_t module, Float_t pulse_time);
+  AliACORDEdigit(Int_t* modules,Float_t pulse_time);
+  AliACORDEdigit(Int_t module, Float_t pulse_time);
   virtual ~AliACORDEdigit();
+  virtual void Print(const Option_t* option="") const;
 
   Int_t GetModule() const { return fModule;}
   Float_t GetTime() const { return fTime;}
@@ -29,7 +32,6 @@ private:
   Int_t fModule; // module producing the digit (1-60)
   Float_t fTime; //  time of the start of the square pulse
   
-  
   ClassDef(AliACORDEdigit,1)  //Digit (Header) object for set : ACORDE (ACORDE)
 
 };