]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSresponseSSD.cxx
Clean-up of response classes in order reduce momory occupancy (F. Prino)
[u/mrichter/AliRoot.git] / ITS / AliITSresponseSSD.cxx
index d6b585a244bf2bb81cdc0e61800817c25fec140b..00431ff62676a132b8d19b1a781e984eb1775234 100644 (file)
@@ -24,8 +24,6 @@
 
 
 const Float_t AliITSresponseSSD::fgkDiffCoeffDefault = 0.;
-const TString AliITSresponseSSD::fgkOption1Default = "";
-const TString AliITSresponseSSD::fgkOption2Default = "";
 const Double_t AliITSresponseSSD::fgkfCouplingPR = 0.01;
 const Double_t AliITSresponseSSD::fgkfCouplingPL = 0.01;
 const Double_t AliITSresponseSSD::fgkfCouplingNR = 0.01;
@@ -43,13 +41,10 @@ fCouplingPR(0),
 fCouplingPL(0),
 fCouplingNR(0),
 fCouplingNL(9),
-fZSThreshold(0),
-fOption1(),
-fOption2(){
+fZSThreshold(0){
     // Default Constructor
 
   SetDiffCoeff(fgkDiffCoeffDefault,0.);
-  SetParamOptions(fgkOption1Default.Data(),fgkOption2Default.Data());
   SetADCpereV();
   SetKeVperADC();
   SetCouplings(fgkfCouplingPR,fgkfCouplingPL,fgkfCouplingNR,fgkfCouplingNL);
@@ -64,9 +59,7 @@ fCouplingPR(ob.fCouplingPR),
 fCouplingPL(ob.fCouplingPL),
 fCouplingNR(ob.fCouplingNR),
 fCouplingNL(ob.fCouplingNL),
-fZSThreshold(ob.fZSThreshold),
-fOption1(ob.fOption1),
-fOption2(ob.fOption2) {
+fZSThreshold(ob.fZSThreshold){
   // Copy constructor
 
 }