Skip to content

Commit

Permalink
Changed the arg PCM for ESDfilter on muon_pass, when PCM is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinristea committed Jun 16, 2017
1 parent 24b2eb7 commit 32ea7f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion AOD/AODtrain.C
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ void AddAnalysisTasks(const char *cdb_location)
//kTRUE, // useV0Filter
kFALSE, // useV0Filter - turned off for PCM to make sense
muonWithSPDTracklets,
isMuonCaloPass);
isMuonCaloPass,
iPWGGAgammaconv); // Add PCMV0
AliEMCALGeometry::GetInstance("","");
}

Expand Down
3 changes: 2 additions & 1 deletion AOD/AODtrainsim.C
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,8 @@ void AddAnalysisTasks(const char *cdb_location)
3, // muonMCMode
kFALSE, // useV0Filter
muonWithSPDTracklets,
isMuonCaloPass);
isMuonCaloPass,
iPWGGAgammaconv); // Add PCMV0
AliEMCALGeometry::GetInstance("","");
}

Expand Down
2 changes: 1 addition & 1 deletion AOD/AODtrainsim_plugin.C
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ void AddAnalysisTasks(const char *cdb_location)
kFALSE, // useV0Filter
muonWithSPDTracklets, // add SPD information to muon AOD only for pp
isMuonCaloPass, //
kTRUE); // addPCMV0s (new starting with v5-09-09, default is true)
iPWGGAgammaconv); // addPCMV0s (new starting with v5-09-09, default is true)

AliEMCALGeometry::GetInstance("","");
}
Expand Down
2 changes: 1 addition & 1 deletion AOD/AnalysisTrainFilter.C
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ void AddAnalysisTasks(const char *cdb_location)
kTRUE, // useV0Filter
muonWithSPDTracklets,
isMuonCaloPass, //
kTRUE); // addPCMV0s (new starting with v5-09-09, default is true)
iPWGGAgammaconv); // addPCMV0s (new starting with v5-09-09, default is true)

AliEMCALGeometry::GetInstance("","");
}
Expand Down

0 comments on commit 32ea7f3

Please sign in to comment.