1 #ifndef CROSSING_FRAME_PLAYBACKINFOEXTENDED_H
2 #define CROSSING_FRAME_PLAYBACKINFOEXTENDED_H
38 void getEventStartInfo(std::vector<std::vector<edm::EventID> > &ids,
const unsigned int s)
const {
45 void setStartEventId(
const std::vector<edm::EventID> &
id,
const unsigned int s,
const int bcr,
const int start) {
46 std::vector<edm::EventID> newVec;
47 std::vector<edm::EventID>::const_iterator idStart =
id.begin()+
start;
48 newVec.insert(newVec.begin(), idStart,
id.end());
51 void setEventStartInfo(std::vector<std::vector<edm::EventID> > &
id,
const unsigned int s);
std::vector< std::vector< std::vector< edm::EventID > > > idFirstPileup_
void setEventStartInfo(std::vector< std::vector< edm::EventID > > &id, const unsigned int s)
tuple start
Check for commandline option errors.
std::vector< edm::EventID > getStartEventId(const unsigned int s, const int bcr) const
void setStartEventId(const std::vector< edm::EventID > &id, const unsigned int s, const int bcr, const int start)
void getEventStartInfo(std::vector< std::vector< edm::EventID > > &ids, const unsigned int s) const
unsigned int maxNbSources_
CrossingFramePlaybackInfoExtended()
~CrossingFramePlaybackInfoExtended()