Skip to content
Snippets Groups Projects

Upper limit for cell time cut application propagated back from master

Merged Margherita Spalla requested to merge mspalla/athena:upperLimitinTcut into 21.0
4 files
+ 33
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -158,6 +158,10 @@ class CaloTopoClusterMaker: public AthAlgTool, virtual public CaloClusterCollect
@@ -158,6 +158,10 @@ class CaloTopoClusterMaker: public AthAlgTool, virtual public CaloClusterCollect
* threshold used for timing cut on seed cells. Implemented as |seed_cell_time|<m_seedThresholdOnTAbs. No such cut on neighboring cells.*/
* threshold used for timing cut on seed cells. Implemented as |seed_cell_time|<m_seedThresholdOnTAbs. No such cut on neighboring cells.*/
float m_seedThresholdOnTAbs;
float m_seedThresholdOnTAbs;
 
/**
 
* upper limit on the energy significance, for applying the cell time cut */
 
float m_timeCutUpperLimit;
 
/**
/**
@@ -287,6 +291,11 @@ class CaloTopoClusterMaker: public AthAlgTool, virtual public CaloClusterCollect
@@ -287,6 +291,11 @@ class CaloTopoClusterMaker: public AthAlgTool, virtual public CaloClusterCollect
*/
*/
bool m_cutOOTseed;
bool m_cutOOTseed;
 
/**
 
* if set to true, the time cut is not applied on cell of large significance
 
*/
 
bool m_useTimeCutUpperLimit;
 
/**
/**
* @brief if set to true use 2-gaussian noise description for
* @brief if set to true use 2-gaussian noise description for
Loading