Skip to content

Commit

Permalink
Merge pull request #425 from catalinristea/master
Browse files Browse the repository at this point in the history
Fix declaration and warning for ROOT6
  • Loading branch information
catalinristea authored Sep 29, 2020
2 parents 7b20777 + 44defab commit 43ea72b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AOD/main_AODtrainRawAndMC.C
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ void AddAnalysisTasks(const char *cdb_location, Bool_t isMC);
Bool_t LoadCommonLibraries();
Bool_t LoadAnalysisLibraries();
Bool_t LoadLibrary(const char *);
void convertStrtoArr(string);
TChain *CreateChain();
const char *cdbPath = "raw://";

Expand Down Expand Up @@ -252,6 +253,7 @@ void main_AODtrainRawAndMC(Int_t merge=0, Bool_t isMC=kFALSE, Bool_t refiltering
data_pattern=Form("/%s%s", gSystem->Getenv("USER_AOD_ALIEN_PASS"), "/*/AliESDs.root");

if(gSystem->Getenv("USER_AOD_ALIEN_DATA_DIR"))
{
if(isMC)
{
TString strTmp(gSystem->Getenv("USER_AOD_ALIEN_DATA_DIR"));
Expand All @@ -260,6 +262,7 @@ void main_AODtrainRawAndMC(Int_t merge=0, Bool_t isMC=kFALSE, Bool_t refiltering
}
else
userProductionName = gSystem->Getenv("ALIEN_JDL_LPMPRODUCTIONTAG");
}

grid_workdir=Form("AOD/AOD_%s", userProductionName.Data());
alien_outdir = "AOD";
Expand Down

0 comments on commit 43ea72b

Please sign in to comment.