|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef TRIGBUNCHCROSSINGTOOL_COUNT_BUNCH_NEIGHBORS_H
8 #define TRIGBUNCHCROSSINGTOOL_COUNT_BUNCH_NEIGHBORS_H
29 int maxBunchSpacing );
44 #endif // TRIGBUNCHCROSSINGTOOL_COUNT_BUNCH_NEIGHBORS_H
int operator()(int bunch) const
Count how many neighbors can be found for the specified bunch crossing.
const std::vector< int > & m_bunches
Filled bunches in the current configuration.
The common trigger namespace for trigger analysis tools.
Functor counting how many neighbors a given bunch crossing has.
count_bunch_neighbors(const std::vector< int > &bunches, int maxBunchSpacing)
Constructor with colliding bunches, and maximum bunch spacing.
const int m_maxBunchSpacing
Maximum bunch spacing to consider.