File indexing completed on 2024-04-06 12:01:03
0001 #ifndef CommonTools_CandUtils_AddFourMomenta_h
0002 #define CommonTools_CandUtils_AddFourMomenta_h
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015 #include "DataFormats/Candidate/interface/CandidateFwd.h"
0016 #include "FWCore/ParameterSet/interface/ParameterSetfwd.h"
0017
0018 struct AddFourMomenta {
0019
0020 AddFourMomenta() {}
0021
0022 explicit AddFourMomenta(const edm::ParameterSet&) {}
0023
0024 void set(reco::Candidate& c) const;
0025 };
0026
0027 #endif