ATLAS Offline Software
Loading...
Searching...
No Matches
SCTTracksMonAlg.cxx File Reference
#include "SCTTracksMonAlg.h"
#include "AthenaMonitoringKernel/Monitored.h"
#include "SCT_NameFormatter.h"
#include "AthContainers/DataVector.h"
#include "AthenaKernel/errorcheck.h"
#include "Identifier/Identifier.h"
#include "InDetIdentifier/SCT_ID.h"
#include "InDetPrepRawData/SiCluster.h"
#include "InDetRIO_OnTrack/SiClusterOnTrack.h"
#include "StoreGate/ReadHandle.h"
#include "TrkParameters/TrackParameters.h"
#include "TrkTrackSummary/TrackSummary.h"
#include "GaudiKernel/StatusCode.h"
#include "GaudiKernel/ThreadLocalContext.h"
#include <cmath>

Go to the source code of this file.

Functions

unsigned int bec2Index (const int becVal)
 Conversion bec->index.

Function Documentation

◆ bec2Index()

unsigned int SCT_Monitoring::bec2Index ( const int becVal)
inline

Conversion bec->index.

Definition at line 25 of file SCT_MonitoringNumbers.h.

25 {
26 return (becVal/2) + 1;
27 }