Newer
Older
Presentations / Zurich_group / 30_07_2013 / softcode / swich.cc~
@mchrzasz mchrzasz on 10 Oct 2013 287 bytes update before changing laptops
  // Abstract interfaces
  virtual BtaCandidate* recoFromMC(BtaCandidate const *mc, int which = 0, bool checkMassHypo=false, bool FSR=false) const = 0 ;

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