]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALCalibCoefs.h
Fixing part of the Coding violation
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALCalibCoefs.h
index 2c134dd8ea0176aa52bb8379ceaa1d5985d94b46..9f869fe150af8cd08014587ee85b5b660e5f9bfa 100644 (file)
@@ -42,6 +42,7 @@ class AliEMCALCalibCoefs : public TNamed {
   enum EEmcalCalibType {kMC, kEQUALIZATION, kMIP, kPI0}; // type of EMCAL calibrations 
 
   AliEMCALCalibCoefs(); // default constractor
+  AliEMCALCalibCoefs(const AliEMCALCalibCoefs& coefs); // copy constractor
   AliEMCALCalibCoefs(const char* name, const Int_t nrow);
   virtual ~AliEMCALCalibCoefs();