ATLAS Offline Software
Loading...
Searching...
No Matches
SCTTrackTiming.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DQM_ALGORITHMS_SCTTRACKTIMING_H
6#define DQM_ALGORITHMS_SCTTRACKTIMING_H
7
8
9
10#include "dqm_core/Algorithm.h"
11#include <string>
12#include <iosfwd>
13
14namespace dqm_algorithms {
15
16class SCTTrackTiming : public dqm_core::Algorithm {
17public:
18
20
21 virtual ~SCTTrackTiming() = default;
22 virtual dqm_core::Algorithm* clone();
23 virtual dqm_core::Result* execute( const std::string& name,
24 const TObject& data,
25 const dqm_core::AlgorithmConfig& config );
26 using dqm_core::Algorithm::printDescription;
27 void printDescription(std::ostream& out);
28
29protected:
30
31 std::string m_name;
32
34};
35
36} //namespace dqm_algorithms
37
38#endif // DQM_ALGORITHMS_SCTTRACKTIMING_H
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
virtual dqm_core::Algorithm * clone()
virtual dqm_core::Result * execute(const std::string &name, const TObject &data, const dqm_core::AlgorithmConfig &config)
virtual ~SCTTrackTiming()=default
void printDescription(std::ostream &out)