Newer
Older
Presentations / Zurich_group / 22_10_2013 / softcode / swich.cc
@Marcin Chrzaszcz Marcin Chrzaszcz on 22 Dec 2013 299 bytes updated presentation, after blending presetantion
  // Abstract interfaces
  virtual BtaCandidate* recoFromMC(BtaCandidate const *mc, int which = 0, bool checkMassHypo=false, bool ignoreFSR=false) const = 0 ;

 virtual BtaCandidate* mcFromRecoComposite(BtaCandidate const *reco, int which =0, bool checkMassHypo=false, bool ignoreFSR=false) const;