]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding default constructor (Barthelemy).
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 30 Jan 2012 18:05:29 +0000 (18:05 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 30 Jan 2012 18:05:29 +0000 (18:05 +0000)
STEER/STEER/AliQAThresholds.h

index be336bfb23aef86776295064bb3dee7b10a73c82..b3b5616936a3be7fec4f4355375ddf0e137e08c2 100644 (file)
@@ -23,6 +23,7 @@ class AliQAThresholds: public TObject {
  public:\r
 \r
   AliQAThresholds(Int_t detId);\r
+  AliQAThresholds() : TObject(), fThresholds(), fDetectorId(-1){};\r
   virtual ~AliQAThresholds();\r
 \r
   Int_t GetDetectorId();\r