ATLAS Offline Software
Loading...
Searching...
No Matches
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
11#include "GaudiKernel/MsgStream.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
20{
21 public:
22 CheckLArFebHeader(const std::string & name, ISvcLocator * pSvcLocator);
23
25
26 //standart algorithm methods
27 StatusCode initialize();
28 StatusCode execute();
29 StatusCode finalize();
30
31 private:
34};
35
36
37#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
CheckLArFebHeader(const std::string &name, ISvcLocator *pSvcLocator)
const LArOnlineID * m_onlineHelper