]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
getting rid of compilation warnings
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 Feb 2008 10:44:33 +0000 (10:44 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 Feb 2008 10:44:33 +0000 (10:44 +0000)
HLT/MUON/OfflineInterface/AliHLTMUONRootifierComponent.h
HLT/TRD/AliHLTTRDCalibrationComponent.h
HLT/TRD/AliHLTTRDTrackerComponent.h

index 87ef9691442305d53538ba53c1aae42e728c9b8d..507ca5172fda86c709d86c5fa925bda43a538891 100644 (file)
@@ -23,7 +23,7 @@ class AliHLTMUONEvent : public TObject
 public:
 
        AliHLTMUONEvent(AliHLTEventID_t eventId = AliHLTEventID_t(-1))
-               : fEventId(eventId)
+         : fEventId(eventId), fArray()
        {
                fArray.SetOwner(kTRUE);
        }
index 809f556ff02ac53c0739c0c9cc99f96e684797e2..de8816d281aa748ebda7dac15b66bec6e47e8047 100644 (file)
@@ -66,6 +66,10 @@ class AliHLTTRDCalibrationComponent : public AliHLTCalibrationProcessor
        using AliHLTCalibrationProcessor::ShipDataToFXS;
        
     private:
+       /** copy constructor prohibited */
+       AliHLTTRDCalibrationComponent(const AliHLTTRDCalibrationComponent&);
+       /** assignment operator prohibited */
+       AliHLTTRDCalibrationComponent& operator=(const AliHLTTRDCalibrationComponent&);
 
        // The size of the output data produced, as a percentage of the input data's size.
        // Can be greater than 100 (%)
index f661ed2cde20f929a8811c4c7cc2e5260d4281e3..e4069d11ebbd97ac5d217500dd83065dc41ba9af 100644 (file)
@@ -59,6 +59,10 @@ class AliHLTTRDTrackerComponent : public AliHLTProcessor
        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 (%)