00001 #ifndef CandUtils_AddFourMomenta_h 00002 #define CandUtils_AddFourMomenta_h 00003 00015 #include "DataFormats/Candidate/interface/CandidateFwd.h" 00016 #include "FWCore/ParameterSet/interface/ParameterSetfwd.h" 00017 00018 struct AddFourMomenta { 00020 AddFourMomenta() { } 00022 explicit AddFourMomenta( const edm::ParameterSet & ) { } 00024 void set( reco::Candidate& c ) const; 00025 }; 00026 00027 #endif