File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ namespace edm {
64
64
double EtMR () const {return EtMR_;}
65
65
int NchargedPtCut () const {return nChargedPtCut_;}
66
66
int NchargedPtCutMR () const {return nChargedPtCutMR_;}
67
- void setGenParticles (const reco::GenParticleCollection*) const ;
67
+ void setGenParticles (const reco::GenParticleCollection*);
68
68
const std::vector<reco::GenParticleRef> getSubEvent (unsigned int sub_id) const ;
69
69
70
70
int getNsubs () const {return subevents_.size ();}
71
71
72
72
private:
73
73
74
- mutable SubEventCollection subevents_;
74
+ SubEventCollection subevents_;
75
75
int sel_;
76
76
77
77
double b_;
Original file line number Diff line number Diff line change 2
2
#include " SimDataFormats/HiGenData/interface/GenHIEvent.h"
3
3
using namespace edm ;
4
4
5
- void GenHIEvent::setGenParticles (const reco::GenParticleCollection* input) const {
5
+ void GenHIEvent::setGenParticles (const reco::GenParticleCollection* input) {
6
6
subevents_.reserve (nhard_);
7
7
for (int i = 0 ; i < nhard_; ++i){
8
8
std::vector<reco::GenParticleRef> refs;
You can’t perform that action at this time.
0 commit comments