]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/PartCorrBase/AliCaloTrackAODReader.cxx
Remove/comment out the code related to signal plus bacround mixing, since it is avail...
[u/mrichter/AliRoot.git] / PWG4 / PartCorrBase / AliCaloTrackAODReader.cxx
index 0840e79d7e69caf88c9d90c40a1ed3460ba9b79f..44997506752f8d16fa5419a373b81e5557605986 100755 (executable)
@@ -18,7 +18,7 @@
 //_________________________________________________________________________
 // Class for reading data (AODs) in order to do prompt gamma
 //  or other particle identification and correlations.
-// Mixing analysis can be done, input AOD with events
+// This part is commented: Mixing analysis can be done, input AOD with events
 // is opened in the AliCaloTrackReader::Init()
 // 
 //
@@ -78,12 +78,12 @@ AliCaloTrackAODReader::AliCaloTrackAODReader(const AliCaloTrackAODReader & aodr)
 
 
 //____________________________________________________________________________
-void AliCaloTrackAODReader::GetSecondInputAODVertex(Double_t  v[3]) const {
-       //Return vertex position of second AOD input
-       
-       fSecondInputAODEvent->GetPrimaryVertex()->GetXYZ(v);
-
-}
+//void AliCaloTrackAODReader::GetSecondInputAODVertex(Double_t  v[3]) const {
+//     //Return vertex position of second AOD input
+//     
+//     fSecondInputAODEvent->GetPrimaryVertex()->GetXYZ(v);
+//
+//}
 
 //____________________________________________________________________________
 Double_t AliCaloTrackAODReader::GetBField() const {
@@ -143,15 +143,3 @@ void AliCaloTrackAODReader::SetInputOutputMCEvent(AliVEvent* input, AliAODEvent*
   
 }
 
-//________________________________________________________________
-void AliCaloTrackAODReader::Print(const Option_t * opt) const
-{
-       
-       //Print some relevant parameters set for the analysis
-       AliCaloTrackReader::Print(opt);
-       
-       printf("Write std AOD       =     %d\n", fWriteOutputStdAOD) ;
-       
-       printf("    \n") ;
-} 
-