Newer
Older
Presentations / Zurich_group / 18_02_2014 / softcode / swich.cc~
@mchrzasz mchrzasz on 31 Mar 2014 287 bytes update
  // Abstract interfaces
  virtual BtaCandidate* recoFromMC(BtaCandidate const *mc, int which = 0, bool checkMassHypo=false, bool FSR=false) const = 0 ;

 virtual BtaCandidate* mcFromRecoComposite(BtaCandidate const *reco, int which =0, bool checkMassHypo=false, bool FSR=false) const;