Skip to content
Snippets Groups Projects

2D cell-level reweighting of egamma objects

Files
3
@@ -50,10 +50,10 @@ class CellReweight: public AthAlgTool, public IAugmentationTool {
/// return index i of cell (in vector _e) with largest _e[i]
unsigned int locateMidE(std::vector<float> * _e) const;
/// return index in m_etaBins vector for a certaint t_eta
unsigned int locateEta(float t_eta) const;
/// return index in m_etaBins vector for a certain t_eta (index goes from 1 to number of bins (i.e. m_nEtaBins-1)
unsigned int getEtaBin(float t_eta) const;
///
/// return number of L1 eta cells per L2 eta cell (deltaEta=0.025)
unsigned int getEtaSize(int n_eta) const;
/// creates a map of a cluster with a hottest cell in the centre
Loading