]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TRD/AliHLTTRDTrackerComponent.h
Correct initialization (freom rev. 31415)
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDTrackerComponent.h
index fa73dfe79d3c8c17e7c6561cc033d7ba6c3952cc..fcd89c0dde39df735a0f642551dca58b5c143295 100644 (file)
@@ -17,7 +17,7 @@ class TFile;
 class TGeoManager;
 //class AliTRDtrackerHLT;
 class AliTRDtracker;
-class AliMagFMaps;
+class AliMagF;
 
 /**
  * @class AliHLTTRDTrackerComponent
@@ -55,8 +55,14 @@ class AliHLTTRDTrackerComponent : public AliHLTProcessor
 /*                  AliHLTUInt32_t& size, vector<AliHLTComponent_BlockData>& outputBlocks ); */
        int DoEvent( const AliHLTComponentEventData & evtData,
                     AliHLTComponentTriggerData & trigData );
+
+       using AliHLTProcessor::DoEvent;
        
     private:
+       /** copy constructor prohibited */
+       AliHLTTRDTrackerComponent(const AliHLTTRDTrackerComponent&);
+       /** assignment operator prohibited */
+       AliHLTTRDTrackerComponent& operator=(const AliHLTTRDTrackerComponent&);
 
        // The size of the output data produced, as a percentage of the input data's size.
        // Can be greater than 100 (%)
@@ -65,8 +71,6 @@ class AliHLTTRDTrackerComponent : public AliHLTProcessor
        string fStrorageDBpath; // Default path for OCDB
        AliCDBManager *fCDB; //! Pointer to OCDB
 
-       AliMagFMaps* fField; //! magn. field settings
-
        string fGeometryFileName; // Path to geometry file 
        TFile *fGeometryFile; //! // Pointer to the geom root file
        TGeoManager *fGeoManager; //! Pointer to geometry manager