Newer
Older
Presentations / tau23mu_lhcb / 6_01_2014 / softcode / oryginal.cc
@mchrzasz mchrzasz on 5 Feb 2014 255 bytes update
  1. // Abstract interfaces
  2. virtual BtaCandidate* recoFromMC(BtaCandidate const *mc, int which = 0, bool checkMassHypo=false) const = 0 ;
  3.  
  4. virtual BtaCandidate* mcFromRecoComposite(BtaCandidate const *reco, int which =0, bool checkMassHypo=false) const;
  5.