]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRawDigiProducer.h
coding conventions
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRawDigiProducer.h
index f230c5c9c12a2c0705f095b4c0c2426e2689c63a..8a7b434d599e0a2154671bb4d568aac340cc08b3 100644 (file)
@@ -1,5 +1,12 @@
 #ifndef ALIPHOSRAWDIGIPRODUCER_H
 #define ALIPHOSRAWDIGIPRODUCER_H
+/* Copyright(c) 2007, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                          */
+
+/* $Id$ */
+
+//This class produces PHOS digits of one event
+//using AliPHOSRawDecoder. See cxx source for use case.
 
 class AliPHOSRawDecoder;
 
@@ -10,7 +17,7 @@ public:
   AliPHOSRawDigiProducer() {}
   virtual ~AliPHOSRawDigiProducer() {}
 
-  virtual void MakeDigits(TClonesArray *digits, AliPHOSRawDecoder* decoder);
+  void MakeDigits(TClonesArray *digits, AliPHOSRawDecoder* decoder);
 
   ClassDef(AliPHOSRawDigiProducer,1)
 };