Newer
Older
Presentations / tau23mu_lhcb / 27_10_2013 / softcode / oryginal.cc
@Marcin Chrzaszcz Marcin Chrzaszcz on 22 Dec 2013 255 bytes updated presentation, after blending presetantion
  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.