]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
adding run type, removing unused constructor
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 31 Mar 2008 08:06:22 +0000 (08:06 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 31 Mar 2008 08:06:22 +0000 (08:06 +0000)
STEER/AliGRPPreprocessor.cxx
STEER/AliGRPPreprocessor.h

index c0fb6df8b08e256821a8ba9a7e96f63f65c180f3..8291e7bf0a3e6c1c9663b9b02ef78ba01a54e77a 100644 (file)
@@ -51,18 +51,12 @@ ClassImp(AliGRPPreprocessor)
 //_______________________________________________________________
   const char* AliGRPPreprocessor::fgkDCSDataPoints[12] = {"LHCState","LHCPeriod","LHCLuminosity","BeamIntensity","L3Current","L3Polarity","DipoleCurrent","DipolePolarity","CavernTemperature","CavernAtmosPressure","gva_cr5AtmosphericPressure","gva_meyrinAtmosphericPressure"};
 
-//_______________________________________________________________
-AliGRPPreprocessor::AliGRPPreprocessor():
-  AliPreprocessor("GRP",0), fPressure(0) {
-  // default constructor - Don't use this!
-  
-}
-
 //_______________________________________________________________
 AliGRPPreprocessor::AliGRPPreprocessor(AliShuttleInterface* shuttle):
   AliPreprocessor("GRP",shuttle), fPressure(0) {
   // constructor - shuttle must be instantiated!
-  
+
+  AddRunType("PHYSICS");
 }
 
 //_______________________________________________________________
index a4450d9951b038da8f158e3ea971cc6c4a6ea431..8e50717fdfbdd47ad795500dac2927182409ee48 100644 (file)
@@ -28,7 +28,6 @@ class AliDCSSensorArray;
 
 class AliGRPPreprocessor: public AliPreprocessor {
  public:
-  AliGRPPreprocessor();
   AliGRPPreprocessor(AliShuttleInterface* shuttle);
   virtual ~AliGRPPreprocessor();