]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliFastJetInput.cxx
Changed scripts for new TrainSetup
[u/mrichter/AliRoot.git] / JETAN / AliFastJetInput.cxx
index 268016560aabd56fb8a5e7b4c4460643dbe8f122..6814f98eaa5f4b6e51363ce07c643382fb7bdc3c 100644 (file)
@@ -94,9 +94,6 @@ void AliFastJetInput::FillInput(){
   Int_t debug  = header->GetDebug();     // debug option
   Int_t fOpt   = fReader->GetReaderHeader()->GetDetector();
 
-  // check if we are reading AOD jets
-  Bool_t fromAod = !strcmp(fReader->ClassName(),"AliJetAODReader");
-  
   // RUN ALGORITHM  
   // read input particles -----------------------------
   vector<fastjet::PseudoJet> inputParticles;
@@ -192,7 +189,7 @@ Float_t  AliFastJetInput::EtaToTheta(Float_t arg)
 
 
 }
-Double_t AliFastJetInput::Thermalspectrum(Double_t *x, Double_t *par){
+Double_t AliFastJetInput::Thermalspectrum(const Double_t *x, const Double_t *par){
 
   return x[0]*TMath::Exp(-x[0]/par[0]);