ATLAS Offline Software
DataQuality
dqm_algorithms
dqm_algorithms
HLTMETComponents.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
/* Algorithm: dqm_algorithms::HLTMETComponents
6
* Author : Venkatesh Kaushik <venkat.kaushik@cern.ch>
7
* Date : Mar 6 2010
8
*/
9
10
11
#ifndef DQM_ALGORITHMS_HLTMETCOMPONENTS_H
12
#define DQM_ALGORITHMS_HLTMETCOMPONENTS_H
13
14
#include <dqm_core/Algorithm.h>
15
#include <string>
16
#include <iosfwd>
17
18
namespace
dqm_algorithms
19
{
20
struct
HLTMETComponents
:
public
dqm_core::Algorithm
21
{
22
HLTMETComponents
();
23
24
//overwrites virtual functions
25
HLTMETComponents
*
clone
( );
26
dqm_core::Result
*
execute
(
const
std::string & ,
const
TObject & ,
const
dqm_core::AlgorithmConfig & );
27
using
dqm_core::Algorithm::printDescription;
28
void
printDescription
(std::ostream&
out
);
29
};
30
}
31
32
#endif // DQM_ALGORITHMS_HLTMETCOMPONENTS_H
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
dqm_algorithms::HLTMETComponents
Definition:
HLTMETComponents.h:21
dqm_algorithms::HLTMETComponents::printDescription
void printDescription(std::ostream &out)
Definition:
HLTMETComponents.cxx:145
dqm_algorithms::HLTMETComponents::clone
HLTMETComponents * clone()
Definition:
HLTMETComponents.cxx:34
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::HLTMETComponents::HLTMETComponents
HLTMETComponents()
Definition:
HLTMETComponents.cxx:27
dqm_algorithms
Definition:
AddReference.h:17
dqm_algorithms::HLTMETComponents::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition:
HLTMETComponents.cxx:42
Generated on Mon Dec 23 2024 21:11:19 for ATLAS Offline Software by
1.8.18