Newer
Older
Presentations / tau23mu_lhcb / 27_04_2014 / softcode / oryginal.cc~
@mchrzasz mchrzasz on 23 May 2014 271 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, bool FSR=false) const;
  5.