]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDetectorRecoParam.cxx
Major commit related to steering of the reco parameters: AliDAQ and trigger classes...
[u/mrichter/AliRoot.git] / STEER / AliDetectorRecoParam.cxx
index 3acfae6d8db03d3cb9d1d1b243916a6cd88d25b5..a64fe79e87c44d865503a06caac8298e973793da 100644 (file)
@@ -20,7 +20,8 @@
 // Base Class for detector Reconstruction Parameters                         //
 //                                                                           //  
 // 
-// AliDetectorRecoParam are identified according name   
+// AliDetectorRecoParam are identified according fEventSpecie - event specie(s)
+// for which the object is valid.  
 // The owner of the AliDetectorRecoParam is the AliRecoParam
 // More than one RecoParam per recon can be registered.
 //          
@@ -35,7 +36,8 @@ ClassImp(AliDetectorRecoParam)
 
 
 AliDetectorRecoParam::AliDetectorRecoParam():
-    TNamed()
+  TNamed(),
+  fEventSpecie(0)
 {
   //
   // default constructor
@@ -44,7 +46,7 @@ AliDetectorRecoParam::AliDetectorRecoParam():
 
 AliDetectorRecoParam::~AliDetectorRecoParam(){
   //
-  // default destructor
+  // destructor
   //
 }