ATLAS Offline Software
Loading...
Searching...
No Matches
Event
xAOD
xAODTrackingCnv
xAODTrackingCnv
ITrackParticleMonitoring.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef _IMON_TrigInDetTrackMonitoringTool_H
5
#define _IMON_TrigInDetTrackMonitoringTool_H
6
7
// Normal STL and physical vectors
8
#include <vector>
9
// Gaudi includes
10
#include "GaudiKernel/IAlgTool.h"
11
#include "GaudiKernel/ToolHandle.h"
12
13
//xAODs
14
#include "
xAODTracking/TrackParticleContainer.h
"
15
16
17
18
/* Interface to the inner detector trigger track monitoring */
19
class
ITrackParticleMonitoring
:
virtual
public
IAlgTool{
20
public
:
21
DeclareInterfaceID
(
ITrackParticleMonitoring
, 1, 0);
22
23
24
/* Monitor track parameters via mon tool, prefix and suffix allows to switch between different Track collections if needed */
25
virtual
void
monitor_tracks
(
const
std::string &prefix,
const
std::string &suffix,
const
xAOD::TrackParticleContainer
&tracks )
const
= 0;
26
27
};
28
29
30
#endif
TrackParticleContainer.h
ITrackParticleMonitoring
Definition
ITrackParticleMonitoring.h:19
ITrackParticleMonitoring::DeclareInterfaceID
DeclareInterfaceID(ITrackParticleMonitoring, 1, 0)
ITrackParticleMonitoring::monitor_tracks
virtual void monitor_tracks(const std::string &prefix, const std::string &suffix, const xAOD::TrackParticleContainer &tracks) const =0
xAOD::TrackParticleContainer
TrackParticleContainer_v1 TrackParticleContainer
Definition of the current "TrackParticle container version".
Definition
Event/xAOD/xAODTracking/xAODTracking/TrackParticleContainer.h:14
Generated on
for ATLAS Offline Software by
1.14.0