]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/Cal/AliTRDCalDCS.cxx
Switch to the new raw reader (Julian, Raphaelle)
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDCalDCS.cxx
index 6a26d84a0b6e910fef9d08e5327941f7e59694e4..76b8de5c14c997eb968ef5f715d0923990c77634 100644 (file)
@@ -48,12 +48,12 @@ AliTRDCalDCS::AliTRDCalDCS()
   ,fGTrackletDef(0)
   ,fGTriggerSetup(0)
   ,fGAddOptions(0)
-  ,fFEEArr(new TObjArray(540))
-  ,fPTRArr(new TObjArray(6))
-  ,fGTUObj(new AliTRDCalDCSGTU())
   ,fRunType("")
   ,fStartTime(0)
   ,fEndTime(0)
+  ,fFEEArr(new TObjArray(540))
+  ,fPTRArr(new TObjArray(6))
+  ,fGTUObj(new AliTRDCalDCSGTU())
 {
   //
   // AliTRDCalDCS default constructor
@@ -81,12 +81,12 @@ AliTRDCalDCS::AliTRDCalDCS(const Text_t *name, const Text_t *title)
   ,fGTrackletDef(0)
   ,fGTriggerSetup(0)
   ,fGAddOptions(0)
-  ,fFEEArr(new TObjArray(540))
-  ,fPTRArr(new TObjArray(6))
-  ,fGTUObj(new AliTRDCalDCSGTU())
   ,fRunType("")
   ,fStartTime(0)
   ,fEndTime(0)
+  ,fFEEArr(new TObjArray(540))
+  ,fPTRArr(new TObjArray(6))
+  ,fGTUObj(new AliTRDCalDCSGTU())
 {
   //
   // AliTRDCalDCS constructor
@@ -114,12 +114,12 @@ AliTRDCalDCS::AliTRDCalDCS(const AliTRDCalDCS &cd)
   ,fGTrackletDef(0)
   ,fGTriggerSetup(0)
   ,fGAddOptions(0)
-  ,fFEEArr(new TObjArray(540))
-  ,fPTRArr(new TObjArray(6))
-  ,fGTUObj(new AliTRDCalDCSGTU())
   ,fRunType("")
   ,fStartTime(0)
   ,fEndTime(0)
+  ,fFEEArr(new TObjArray(540))
+  ,fPTRArr(new TObjArray(6))
+  ,fGTUObj(new AliTRDCalDCSGTU())
 {
   //
   // AliTRDCalDCS copy constructor