Newer
Older
Presentations / tau23mu_lhcb / 18_09_2013 / softcode / swich.cc
@mchrzasz mchrzasz on 10 Oct 2013 299 bytes update before changing laptops
  1. // Abstract interfaces
  2. virtual BtaCandidate* recoFromMC(BtaCandidate const *mc, int which = 0, bool checkMassHypo=false, bool ignoreFSR=false) const = 0 ;
  3.  
  4. virtual BtaCandidate* mcFromRecoComposite(BtaCandidate const *reco, int which =0, bool checkMassHypo=false, bool ignoreFSR=false) const;
  5.