]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSDigitizerV2.h
Temporary fix waiting for M.Ivanov
[u/mrichter/AliRoot.git] / MUON / AliMUONSDigitizerV2.h
index 921353bc717e612324750fe21443f3746b52887d..e6e2f2ad692797ad3f96eca756dc038ba3d47004 100644 (file)
@@ -5,9 +5,10 @@
 
 /// \ingroup sim
 /// \class AliMUONSDigitizerV2
-/// \brief New sdigitizer, not deriving from MUONDigitizer, and using
-/// new Response:DisIntegrate method
+/// \brief MUON SDigitizer (from Hits to SDigits).
 ///
+/// New sdigitizer, not deriving from MUONDigitizer, and using
+/// new Response:DisIntegrate method
 /// Note also that this one does *not* merge sdigits at all 
 /// (this is deferred to the digitizer, which anyway has to do it), 
 /// thus speeding a little bit this step.
@@ -29,7 +30,7 @@ public:
   
   virtual void Exec(Option_t* opt="");
     
-  ClassDef(AliMUONSDigitizerV2,1) // 
+  ClassDef(AliMUONSDigitizerV2,1) // MUON SDigitizer V2-1
 };
 
 #endif