]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Cleaning up ClassDef. Should have the version == 0 for the algorithmic classes like...
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Aug 2010 09:38:21 +0000 (09:38 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Aug 2010 09:38:21 +0000 (09:38 +0000)
34 files changed:
HLT/TPCLib/AliHLTTPCAgent.h
HLT/TPCLib/AliHLTTPCClusterDumpComponent.h
HLT/TPCLib/AliHLTTPCClusterFinder.h
HLT/TPCLib/AliHLTTPCClusterFinderComponent.h
HLT/TPCLib/AliHLTTPCClusters.cxx
HLT/TPCLib/AliHLTTPCClusters.h
HLT/TPCLib/AliHLTTPCConfMapFit.h
HLT/TPCLib/AliHLTTPCConfMapper.h
HLT/TPCLib/AliHLTTPCDataCompressorHelper.h
HLT/TPCLib/AliHLTTPCDigitDumpComponent.h
HLT/TPCLib/AliHLTTPCDigitReader32Bit.h
HLT/TPCLib/AliHLTTPCDigitReaderDecoder.h
HLT/TPCLib/AliHLTTPCDigitReaderPacked.h
HLT/TPCLib/AliHLTTPCDigitReaderUnpacked.h
HLT/TPCLib/AliHLTTPCEsdWriterComponent.h
HLT/TPCLib/AliHLTTPCEventStatistics.h
HLT/TPCLib/AliHLTTPCFileHandler.h
HLT/TPCLib/AliHLTTPCFitter.h
HLT/TPCLib/AliHLTTPCGlobalMerger.h
HLT/TPCLib/AliHLTTPCHWCFDataReverterComponent.h
HLT/TPCLib/AliHLTTPCHWClusterTransformComponent.h
HLT/TPCLib/AliHLTTPCHistogramHandlerComponent.h
HLT/TPCLib/AliHLTTPCInterMerger.h
HLT/TPCLib/AliHLTTPCKryptonClusterFinder.h
HLT/TPCLib/AliHLTTPCKryptonClusterFinderComponent.h
HLT/TPCLib/AliHLTTPCMapping.h
HLT/TPCLib/AliHLTTPCMemHandler.h
HLT/TPCLib/AliHLTTPCMerger.h
HLT/TPCLib/AliHLTTPCNoiseMapComponent.h
HLT/TPCLib/AliHLTTPCRunStatistics.h
HLT/TPCLib/AliHLTTPCTrackHistoComponent.h
HLT/TPCLib/AliHLTTPCTrackMerger.h
HLT/TPCLib/AliHLTTPCTransform.h
HLT/TPCLib/AliHLTTPCVertexFinder.h

index a7d6ef500f9da0d6cf8a7bb6fca5b8b6ee8b6273..d40d5c4ff9ba9c5b73655c096c6b2cdca9764dba 100644 (file)
@@ -138,7 +138,7 @@ class AliHLTTPCAgent : public AliHLTModuleAgent {
   /// handler for {'CLUSTERS':'TPC '}
   AliHLTOUTHandlerChain* fClustersDataHandler; //! transient
 
-  ClassDef(AliHLTTPCAgent, 3);
+  ClassDef(AliHLTTPCAgent, 0);
 };
 
 #endif
index df8e565fc2bd7e6402ccea15e7a971d36498ce75..972fdc5443b4be98085bcfa2ba281ba0dc204b61 100644 (file)
@@ -67,7 +67,7 @@ class AliHLTTPCClusterDumpComponent : public AliHLTFileWriter {
   /** slice */
   //Int_t fSlice;                                                    //! transient
 
-  ClassDef(AliHLTTPCClusterDumpComponent, 1);
+  ClassDef(AliHLTTPCClusterDumpComponent, 0);
 };
 
 #endif
index ab58327d184c9bd62a0584e1461fc2064428dab1..718848d35211eb3fef74e3221e3918e1f4ab62ae 100644 (file)
@@ -300,6 +300,6 @@ class AliHLTTPCClusterFinder : public AliHLTLogging {
   void GetTrackID(Int_t pad,Int_t time,Int_t *trackID) const;
 #endif
   
-  ClassDef(AliHLTTPCClusterFinder,11) //Fast cluster finder
+  ClassDef(AliHLTTPCClusterFinder, 0) //Fast cluster finder
 };
 #endif
index f2b4a0fe3c3b18fbf67b9634425fba44822ddb14..44218c7d41adf9a2dd867470baf675d5733cb8e6 100644 (file)
@@ -235,7 +235,7 @@ class AliHLTTPCClusterFinderComponent : public AliHLTProcessor
        static const char* fgkOCDBEntryDecoder; //!transient
        static const char* fgkOCDBEntry32Bit; //!transient
 
-       ClassDef(AliHLTTPCClusterFinderComponent, 8)
+       ClassDef(AliHLTTPCClusterFinderComponent, 0)
 
 };
 #endif
index 56aa0c050623f6f93014f484d9db7a7843b3bfaa..ae95e3a922c7a30af078abb87003182143628087 100644 (file)
@@ -20,11 +20,9 @@ using namespace std;
 #include "AliHLTTPCClusters.h"
 
 /** ROOT macro for the implementation of ROOT specific class methods */
-//ClassImp(AliHLTTPCClusters)
+ClassImp(AliHLTTPCClusters)
 
-AliHLTTPCClusters::AliHLTTPCClusters()
-  :
-  AliHLTLogging(),
+AliHLTTPCClusters::AliHLTTPCClusters() :
   fTotalCharge(0),
   fPad(0),
   fTime(0),
@@ -47,9 +45,7 @@ AliHLTTPCClusters::AliHLTTPCClusters()
   // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
 }
 
-AliHLTTPCClusters::AliHLTTPCClusters(const AliHLTTPCClusters& src)
-  :
-  AliHLTLogging(),
+AliHLTTPCClusters::AliHLTTPCClusters(const AliHLTTPCClusters& src) :
   fTotalCharge(src.fTotalCharge),
   fPad(src.fPad),
   fTime(src.fTime),
@@ -66,7 +62,6 @@ AliHLTTPCClusters::AliHLTTPCClusters(const AliHLTTPCClusters& src)
   fQMax(src.fQMax)
 {
   // see header file for class documentation
-  //HLTInfo("Copy constructor called");
 }
 
 AliHLTTPCClusters& AliHLTTPCClusters::operator=(const AliHLTTPCClusters& src)
index b90d7498ddbcef37d6802235722a851765643ecf..93216c7f5705fe5e885fd14325f8e1d5d87ec0cd 100644 (file)
@@ -7,14 +7,15 @@
 // or
 // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
 
-#include "AliHLTLogging.h"
+#include "Rtypes.h"
 
-class AliHLTTPCClusters : public AliHLTLogging {
+class AliHLTTPCClusters {
 
  public:
   AliHLTTPCClusters();
   AliHLTTPCClusters(const AliHLTTPCClusters& src);
   AliHLTTPCClusters& operator=(const AliHLTTPCClusters& src);
+  virtual ~AliHLTTPCClusters();
 
   UInt_t fTotalCharge;   //tot charge of cluster
   UInt_t fPad;           //pad value
@@ -30,6 +31,6 @@ class AliHLTTPCClusters : public AliHLTLogging {
   Int_t fFirstPad;       //first pad
   UInt_t fLastPad;       //last pad (aha!!!)
   UInt_t fQMax;          //Max signal in cluster (not the total charge)
-  ClassDef(AliHLTTPCClusters,0) //Fast cluster finder
-    };
+  ClassDef(AliHLTTPCClusters,1) //Fast cluster finder data point.
+};
 #endif //ALIHLTTPCCLUSTERS_H
index a2422152d6ea6c937e2fa4b7dd7ba152023e1013..7a964dd33ad557a653c7d709b03ce241b712e9e7 100644 (file)
@@ -53,7 +53,7 @@ class AliHLTTPCConfMapFit {
   AliHLTTPCConfMapTrack *fTrack; //!
   AliHLTTPCVertex *fVertex; //!
   
-  ClassDef(AliHLTTPCConfMapFit,1) //Conformal mapping fit class
+  ClassDef(AliHLTTPCConfMapFit,0) //Conformal mapping fit class
 };
 
 #endif // ALIHLTTPCCONFMAPFIT_H
index 02ed2b70a4cb8d03b4112b5fba30b8ea735f2f16..244239bdaa37834cbd7f1d45046ede9ac12c47e7 100644 (file)
@@ -177,7 +177,7 @@ class AliHLTTPCConfMapper {
 
   Int_t fClusterCutZ;      //Cut for taking out clusters with large Z
 
-  ClassDef(AliHLTTPCConfMapper,2) //Base class for conformal mapping tracking
+  ClassDef(AliHLTTPCConfMapper,0) //Base class for conformal mapping tracking
 };
 
 #endif
index f7e0a0caafc5d301549f5d0408ec051f3ac287ea..900ce5732cf2b2f158b4bca37569f9f356184ff5 100644 (file)
@@ -63,7 +63,7 @@ class AliHLTTPCDataCompressorHelper {
   static Int_t fgClusterCharge; // Cluster charge
 
 
-  ClassDef(AliHLTTPCDataCompressorHelper,1
+  ClassDef(AliHLTTPCDataCompressorHelper,0
 
 };
 
index 220626071121ad0dd979ffcf7de81e9d80fe0a64..15ae45f80f3a66b66ca889218dc38e845659ad51 100644 (file)
@@ -117,7 +117,7 @@ class AliHLTTPCDigitDumpComponent : public AliHLTFileWriter {
   /** flag if 32 bit format is used */
   Bool_t f32BitFormat;
 
-  ClassDef(AliHLTTPCDigitDumpComponent, 3);
+  ClassDef(AliHLTTPCDigitDumpComponent, 0);
 };
 
 #endif
index 043fcbc86858ae0eb67983f744eee086e9e6c696..421101ce137e385d64958cc351d0781d8e3ef37a 100644 (file)
@@ -63,7 +63,6 @@ private:
   /** assignment operator prohibited */
   AliHLTTPCDigitReader32Bit& operator=(const AliHLTTPCDigitReader32Bit&);
 
-  AliRawReader* fRawReader;                                  //! transient
   AliRawReaderMemory* fRawReaderMemory;                      //! transient
 
   AliAltroRawStreamV3 * fAltroRawStreamV3;                   //! transient
@@ -72,7 +71,7 @@ private:
 
   Bool_t fSkipDataReadingFlag;                                       //! transient
   
-  ClassDef(AliHLTTPCDigitReader32Bit, 1)
+  ClassDef(AliHLTTPCDigitReader32Bit, 0)
     
 };
 #endif
index 671d6974facccb5719026211e94495b85b6834e2..61ddd9d26bb7e31873e78a49e62c98ae6c16b542 100644 (file)
@@ -90,7 +90,7 @@ private:
   static AliAltroDecoder* fgpFreeInstance;                         //! transient
   static AliAltroDecoder* fgpIssuedInstance;                       //! transient
   
-  ClassDef(AliHLTTPCDigitReaderDecoder, 3)
+  ClassDef(AliHLTTPCDigitReaderDecoder, 0)
     
 };
 #endif
index 4cb1641e1898cd820e1e2d7a2dff815566bc17eb..aaf7c8386688f4cd6a74b7e888f677c4cae543e2 100644 (file)
@@ -168,7 +168,7 @@ private:
   /** counter for instances of the reader */
   static Int_t fgObjectCount;                            //! transient
 
-  ClassDef(AliHLTTPCDigitReaderPacked, 4)
+  ClassDef(AliHLTTPCDigitReaderPacked, 0)
        
 };
 
index 1e79513c86c68ad3a5638afd955318f9c36d2213..48d1d8987e9fc7c37d48b8482cf60a7f1143250c 100644 (file)
@@ -158,7 +158,7 @@ private:
 
   Int_t fPatch;
 
-  ClassDef(AliHLTTPCDigitReaderUnpacked, 1)
+  ClassDef(AliHLTTPCDigitReaderUnpacked, 0)
 };
 #endif
 
index ea67c80384e4564c55e4128646f335fde5dc4154..1683222111e9ff7ec9f995aaf21ed93303a9d509 100644 (file)
@@ -257,6 +257,6 @@ class AliHLTTPCEsdWriterComponent : public AliHLTLogging
   /** solenoid b field */
   Double_t fSolenoidBz; //! transient
 
-  ClassDef(AliHLTTPCEsdWriterComponent, 3)
+  ClassDef(AliHLTTPCEsdWriterComponent, 0)
 };
 #endif
index a48f289ab373f146b4b00736c44bccddb81924ab..06ac27fe8b3168542986920162af6bbf5e7cac20 100644 (file)
@@ -217,7 +217,7 @@ private:
   /** Average of ( number of clusters per track ), floored */
   Int_t fAvgClusterPerTrack;                                   // see above
 
-  ClassDef(AliHLTTPCEventStatistics, 0);
+  ClassDef(AliHLTTPCEventStatistics, 1);
 
 };
 #endif
index fc61790814af72bd7832277ac533eedfc14b3403..23fc1fb8e6bcb5645dcf0bff7aafdb21b5849389 100644 (file)
@@ -167,7 +167,7 @@ class AliHLTTPCFileHandler:public AliHLTTPCMemHandler {
   /** assignment operator prohibited */
   AliHLTTPCFileHandler& operator=(const AliHLTTPCFileHandler&);
 
-  ClassDef(AliHLTTPCFileHandler,2)   //HLT TPC Filehandler IO class
+  ClassDef(AliHLTTPCFileHandler,0)   //HLT TPC Filehandler IO class
 };
 
 #endif
index 12df2a3be204a458b6003aa417b30224bcdd86d7..52064048d6ff19026a9e6fe2f60e511aba4c19fd 100644 (file)
@@ -49,7 +49,7 @@ class AliHLTTPCFitter {
   AliHLTTPCSpacePointData *fClusters[36][6]; //! clusters
   UInt_t fNcl[36][6]; //                     cluster numbers
  
-  ClassDef(AliHLTTPCFitter,1) //HLT fit class
+  ClassDef(AliHLTTPCFitter,0) //HLT fit class
 };
 
 #endif
index 92a89f4d93b26d2678102e34ee981f332f1168b0..b907b13e8a9f65908245537e4f0560c8ca6384b5 100644 (file)
@@ -44,7 +44,7 @@ class AliHLTTPCGlobalMerger : public AliHLTTPCMerger{
   Int_t fFirst;   // first slice?
   Int_t fLast;    // last slice?
 
-  ClassDef(AliHLTTPCGlobalMerger,1) //Slice merger
+  ClassDef(AliHLTTPCGlobalMerger,0) //Slice merger
 };
 
 #endif
index fee530cae115e0b8028bb264f651ffd9b37f7633..628b92c162c968103b6b1923e082aec93c24f569 100755 (executable)
@@ -119,6 +119,6 @@ class AliHLTTPCHWCFDataReverterComponent : public AliHLTProcessor
       /** Flag to check if one should interleave the data */
       Bool_t fInterleave;
 
-      ClassDef(AliHLTTPCHWCFDataReverterComponent, 1)
+      ClassDef(AliHLTTPCHWCFDataReverterComponent, 0)
 };
 #endif
index 814b5f62516679a4007a0743b2b568de334a3bdc..9e4ae6dd776785b119ef6bccc37b2c1edd062af5 100644 (file)
@@ -153,7 +153,7 @@ private:
   AliTPCRecoParam fOfflineTPCRecoParam;       //! transient
   static const char* fgkOCDBEntryHWTransform; //!transient
   
-  ClassDef(AliHLTTPCHWClusterTransformComponent, 4)
+  ClassDef(AliHLTTPCHWClusterTransformComponent, 0)
 };
 
 #endif
index 9012cb0304f3ade66d42e43633ba57626f1c0fb9..a2d363f5d1817460a89f7d96763fa8d87fd30bf3 100644 (file)
@@ -134,7 +134,7 @@ private:
   vector<AliHLTHistogramData> fHistogramData;
 
   
-  ClassDef(AliHLTTPCHistogramHandlerComponent, 4)
+  ClassDef(AliHLTTPCHistogramHandlerComponent, 0)
 };
 
 #endif
index acc1105bafa7e97acb80b3dd04b7cf8464682f81..334d9275811c92e69dda6589e3d3e189bede1123 100644 (file)
@@ -42,7 +42,7 @@ class AliHLTTPCInterMerger : public AliHLTTPCMerger {
   Int_t fRowMin; // min row
   Int_t fRowMax; // max row
 
-  ClassDef(AliHLTTPCInterMerger,1) //Intermerging class
+  ClassDef(AliHLTTPCInterMerger,0) //Intermerging class
 };
 
 #endif
index e6470f74e223d7a1c1d397eb91872779f9fb90e0..a906a45ff1322025cdf569c16fbbcdc628796f00 100644 (file)
@@ -83,6 +83,6 @@ class AliHLTTPCKryptonClusterFinder : public AliHLTTPCClusterFinder {
 
   AliHLTUInt32_t fMaxOutputSize;                                   //! transient
   
-  ClassDef(AliHLTTPCKryptonClusterFinder,2) //TPC Krypton cluster finder
+  ClassDef(AliHLTTPCKryptonClusterFinder,0) //TPC Krypton cluster finder
 };
 #endif
index c97a01a26a6daec45be4d4a20bf0aa69a52ef3a0..59c00e23cbad9b5e6bb3a0eb0fe60d7e9d86ac16 100644 (file)
@@ -80,6 +80,6 @@ class AliHLTTPCKryptonClusterFinderComponent : public AliHLTProcessor
 
        AliHLTUInt32_t fSpecification;
 
-       ClassDef(AliHLTTPCKryptonClusterFinderComponent, 1)
+       ClassDef(AliHLTTPCKryptonClusterFinderComponent, 0)
 };
 #endif
index 599043b0a6517d71a25ed698d4f63b994058ab7d..7d8ae38bf61ebad89ed929166323211461d30e5d 100644 (file)
@@ -197,6 +197,6 @@ public:
   /** row offset according to scheme A (see class description) */
   Int_t fRowOffset;                                                  //!transient
 
-  ClassDef(AliHLTTPCMapping, 2)
+  ClassDef(AliHLTTPCMapping, 0)
 };
 #endif // ALIHLTTPCMAPPING_H
index f045adcbe6f7c518dfdc64a7249c3a2b860cc3e4..f0eed83e62f4614a4074c4bb4fd2be1a81e20dc6 100644 (file)
@@ -295,6 +295,6 @@ class AliHLTTPCMemHandler {
                       UInt_t row,UShort_t pad,UShort_t time,UShort_t charge);
 
 
-  ClassDef(AliHLTTPCMemHandler,1) // Memory handler class
+  ClassDef(AliHLTTPCMemHandler,0) // Memory handler class
 };
 #endif
index 4ff562453cab08436aa5e378a08639f4ed8278d7..4934f9e42ff716697f8e433ba4ea8713c14143e2 100644 (file)
@@ -90,7 +90,7 @@ class AliHLTTPCMerger {
 
   AliHLTTPCTrackArray *fOutTrack;//!
 
-  ClassDef(AliHLTTPCMerger,1) //Merging base class
+  ClassDef(AliHLTTPCMerger,0) //Merging base class
 };
 
 #endif
index e4e02e5f9eb0006a86d277abbfa48c85318b5169..09789c6214e13d05d767807c61f132b19068f156 100644 (file)
@@ -150,7 +150,7 @@ class AliHLTTPCNoiseMapComponent : public AliHLTProcessor {
      
       TH2 *fHistCDBMap;     //!transient 
            
-      ClassDef(AliHLTTPCNoiseMapComponent, 4)
+      ClassDef(AliHLTTPCNoiseMapComponent, 0)  // HLT component for reading the TPC noise map from HCDB.
     };
 
 #endif
index 4c4a3bf61f8ed439f42a86e9b6d55dc197ddb1b9..1dd5411dc69da112192ac36c3f6d04f83bf44a33 100644 (file)
@@ -181,7 +181,7 @@ private:
   /** Average of ( number of clusters per track ), floored */
   ULong64_t fAvgClusterPerTrack;                                   // see above
 
-  ClassDef(AliHLTTPCRunStatistics, 0);
+  ClassDef(AliHLTTPCRunStatistics, 1);  // Run statistics specific for TPC.
 
 };
 #endif
index 576ef706f730109f218d9b91c33602e561d535fd..779c6c58133fd419261fb32cc45df3124a0b4cfa 100644 (file)
@@ -141,7 +141,7 @@ private:
   /** the default configuration entry for this component */
   static const char* fgkOCDBEntry; //!transient
 
-  ClassDef(AliHLTTPCTrackHistoComponent, 5);
+  ClassDef(AliHLTTPCTrackHistoComponent, 0);
 
 };
 #endif
index 1a137a12f9fa26c8e471175217309280c96783c0..1e6567db25307e34d7990ee846baf3b722bb1f13 100644 (file)
@@ -58,7 +58,7 @@ class AliHLTTPCTrackMerger : public AliHLTTPCMerger {
   void SlowMerge(AliHLTTPCTrackArray *mergedtrack,AliHLTTPCTrackArray *tracksin,AliHLTTPCTrackArray *tracksout,Double_t xval);
   Int_t Merge(AliHLTTPCTrackArray *mergedtrack,AliHLTTPCTrackArray *tracksin,AliHLTTPCTrackArray *tracksout);
   
-  ClassDef(AliHLTTPCTrackMerger,1) //Track merging class 
+  ClassDef(AliHLTTPCTrackMerger,0) //Track merging class 
 };
 
 #endif
index 0441ae853ec94900dc00e071d15f250477af6fbd..64d1e24c6a388cd1a994ae5ac6048d06dc4163f8 100644 (file)
@@ -238,6 +238,6 @@ class AliHLTTPCTransform {
 
   static void PrintCompileOptions();
   
-  ClassDef(AliHLTTPCTransform,1)
+  ClassDef(AliHLTTPCTransform,0)
 };
 #endif
index 9690ad829e7acb283079f45ff5a36c5acb87f651..b257068fedcd946a2fa06695fe4516c7fddb60a4 100644 (file)
@@ -52,6 +52,6 @@ class AliHLTTPCVertexFinder:public AliHLTTPCVertexArray {
 
   void SetXYWeight(Double_t f) {fMWxy = f;}
  
-  ClassDef(AliHLTTPCVertexFinder,1)  // Vertex finder class
+  ClassDef(AliHLTTPCVertexFinder,0)  // Vertex finder class
 };
 #endif