Skip to content
Snippets Groups Projects

Adding getSystInfo function to the interface file in SUSYTools for Rel 22

Merged Francesco Giuseppe Gravili requested to merge fgravili/athena:STsystMaster into master
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -422,6 +422,7 @@ namespace ST {
virtual StatusCode FindSusyHP(const xAOD::TruthEvent *truthE, int& pdgid1, int& pdgid2) const = 0;
virtual ST::SystInfo getSystInfo(const CP::SystematicVariation& sys) const = 0;
virtual std::vector<ST::SystInfo> getSystInfoList() const = 0;
virtual std::string TrigSingleLep() const = 0;
Loading