34 #ifndef CHEM4_ScoreSpecies_h
35 #define CHEM4_ScoreSpecies_h 1
103 if(&right ==
this)
return *
this;
114 #ifdef _ScoreSpecies_FOR_ALL_EVENTS
125 fNumber = right.fNumber;
128 fEventID = right.fEventID;
132 if(&right ==
this)
return *
this;
133 fNumber = right.fNumber;
136 fEventID = right.fEventID;
139 std::vector<int> fNumber;
140 std::vector<double> fG;
141 std::vector<double> fG2;
142 std::vector<int> fEventID;
152 #ifdef _ScoreSpecies_FOR_ALL_EVENTS
153 typedef std::map<Species, SpeciesInfoSOA> InnerSpeciesMapPerEvent;
154 typedef std::map<double, InnerSpeciesMapPerEvent> SpeciesMapPerEvent;
155 SpeciesMapPerEvent fSpeciesInfoPerEvent;
172 virtual void clear();