Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef STRIPSEGMENTTOOL_H
6 #define STRIPSEGMENTTOOL_H
9 #include "CLHEP/Random/RandFlat.h"
10 #include "CLHEP/Random/RandGauss.h"
12 #include "GaudiKernel/ServiceHandle.h"
13 #include "GaudiKernel/ToolHandle.h"
14 #include "GaudiKernel/ITHistSvc.h"
34 #include <Math/Vector3D.h>
70 const std::string&
name,
74 virtual StatusCode find_segments( std::vector< std::unique_ptr<StripClusterData> >& ,
const std::unique_ptr<Muon::NSW_TrigRawDataContainer>& )
const override;
81 Gaudi::Property<std::string>
m_sTgcSdoContainer{
this,
"sTGC_SdoContainerName",
"sTGC_SDO",
"Name of the sTGC SDO digit container"};
82 Gaudi::Property<int>
m_rIndexBits {
this,
"rIndexBits", 8,
"Number bits in R-index calculation"};
83 Gaudi::Property<int>
m_dThetaBits {
this,
"dthetaBits", 5,
"Number bits in dTheta calculation"};
84 Gaudi::Property<float>
m_dtheta_min {
this,
"dthetaMin", -15.,
"Minimum allowed value for dtheta in mrad"};
85 Gaudi::Property<float>
m_dtheta_max {
this,
"dthetaMax", 15.,
"Maximum allowed value for dtheta in mrad"};
86 Gaudi::Property<int>
m_ridxScheme {
this,
"rIndexScheme", 1,
"rIndex slicing scheme/ 0-->R / 1-->eta"};
emacs: this is -*- c++ -*-
::StatusCode StatusCode
StatusCode definition for legacy code.
Define macros for attributes used to control the static checker.
A trigger trigger candidate for a stgc sector.