]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawReader.cxx
- Class description on 5 lines (Coding conventions)
[u/mrichter/AliRoot.git] / MUON / AliMUONRawReader.cxx
index 3389bf3d18f71b5e65bee2f7246e06b2f6d5d8b4..1d3e6a61fdadce291a9353d4850807cee53e882c 100644 (file)
@@ -76,10 +76,10 @@ AliMUONRawReader::AliMUONRawReader(AliMUONData* data)
 : TObject(),
   fScalerEvent(kFALSE)
 {
+// Standard Constructor
   AliDebug(1,"");
       
-  // Standard Constructor
   // initialize segmentation factory
   fSegFactory = new AliMpSegFactory();
 
@@ -140,6 +140,8 @@ AliMUONRawReader::operator=(const AliMUONRawReader& rhs)
 //__________________________________________________________________________
 AliMUONRawReader::~AliMUONRawReader()
 {
+// Destructor
+
   delete fSegFactory;  
 
   delete fDDLTracker;