ATLAS Offline Software
LArCalorimeter
LArTest
LArEventTest
LArEventTest
CheckLArFebHeader.h
Go to the documentation of this file.
1
//Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
8
#ifndef CHECKLARFEBHEADERS_H
9
#define CHECKLARFEBHEADERS_H
10
#include "
AthenaBaseComps/AthAlgorithm.h
"
11
#include "GaudiKernel/MsgStream.h"
12
#include "
StoreGate/StoreGateSvc.h
"
13
#include "
LArIdentifier/LArOnlineID.h
"
14
15
// Small algorithm to test TTC information between FEB and ROD
16
// All this is stored in FebHeader objects
17
// Created July 17th 2004 by R. Lafaye
18
19
class
CheckLArFebHeader
:
public
AthAlgorithm
20
{
21
public
:
22
CheckLArFebHeader
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
23
24
~CheckLArFebHeader
();
25
26
//standart algorithm methods
27
StatusCode
initialize
();
28
StatusCode
execute
();
29
StatusCode
finalize
();
30
31
private
:
32
int
m_count
;
33
const
LArOnlineID
*
m_onlineHelper
;
34
};
35
36
37
#endif
CheckLArFebHeader::CheckLArFebHeader
CheckLArFebHeader(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
CheckLArFebHeader.cxx:10
CheckLArFebHeader::finalize
StatusCode finalize()
Definition:
CheckLArFebHeader.cxx:67
CheckLArFebHeader
Definition:
CheckLArFebHeader.h:20
CheckLArFebHeader::m_onlineHelper
const LArOnlineID * m_onlineHelper
Definition:
CheckLArFebHeader.h:33
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CheckLArFebHeader::initialize
StatusCode initialize()
Definition:
CheckLArFebHeader.cxx:22
CheckLArFebHeader::~CheckLArFebHeader
~CheckLArFebHeader()
Definition:
CheckLArFebHeader.cxx:18
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
CheckLArFebHeader::m_count
int m_count
Definition:
CheckLArFebHeader.h:32
LArOnlineID
Definition:
LArOnlineID.h:20
CheckLArFebHeader::execute
StatusCode execute()
Definition:
CheckLArFebHeader.cxx:33
StoreGateSvc.h
LArOnlineID.h
Generated on Thu Nov 7 2024 21:11:54 for ATLAS Offline Software by
1.8.18