ATLAS Offline Software
Loading...
Searching...
No Matches
TimingMonitor.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
9
10#ifndef LArSamples_TimingMonitor_H
11#define LArSamples_TimingMonitor_H
12
13#include "TH1D.h"
14#include "TH2D.h"
16#include "LArCafJobs/CaloId.h"
18
19namespace LArSamples {
20
22 {
23
24 public:
25
27
28
30
31
32 TH2D** timingPlots(PartitionId part, unsigned int tBins = 100,
33 double tMin = -50, double tMax = 50) const;
34
35
36 TH1F* timing(PartitionId part, unsigned int ft, unsigned int feb,
37 unsigned int tBins = 100, double tMin = -50, double tMax = 50) const;
38
42
43 private:
44
45 };
46}
47
48#endif
Define macros for attributes used to control the static checker.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
TimingMonitor(const Interface &interface)
Constructor.