Newer
Older
Presentations / Kstmumu / Answers_to_questions_v3 / softcode / tuple.cc~
@Marcin Chrzaszcz Marcin Chrzaszcz on 22 Dec 2013 299 bytes updated presentation, after blending presetantion
  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.