ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_TDZVertex.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef AFP_TDZVERTEX_H
6#define AFP_TDZVERTEX_H
7
8#include <iostream>
9#include <list>
10#include <vector>
11
12#include "GaudiKernel/MsgStream.h"
13#include "GaudiKernel/StatusCode.h"
15
16#include "Rtypes.h"
17#include "TMath.h"
18
20
21
23{
24 public:
27
28 private:
31
32 private:
33 std::list<TDRESULT> m_listResults;
34
35 public:
36 StatusCode Initialize(float fAmpThresh, int iDataType);
37 StatusCode Execute(const std::list<TDHIT> &ListTDHits);
38 StatusCode Finalize(std::list<TDRESULT>* pListResults);
39
40 void GetData();
41
42 private:
43
44};
45
46#endif // AFP_TDZVERTEX_H
std::list< TDRESULT > m_listResults
StatusCode Initialize(float fAmpThresh, int iDataType)
StatusCode Finalize(std::list< TDRESULT > *pListResults)
StatusCode Execute(const std::list< TDHIT > &ListTDHits)
singleton-like access to IMessageSvc via open function and helper