ATLAS Offline Software
Loading...
Searching...
No Matches
TrigL2HitResidual.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 __TRIGL2HITRESIDUAL_H__
6#define __TRIGL2HITRESIDUAL_H__
7
8#include <ostream>
9#include <string>
10
11class Identifier;
12class MsgStream;
13
22
23
25 public:
27 TrigL2HitResidual(Identifier,Region,double,double,double,double);
29 double phiResidual() const ;
30 double etaResidual() const ;
31 double phiPull() const ;
32 double etaPull() const ;
34 Region regionId() const ;
35 private:
39};
40
41std::string str( const TrigL2HitResidual& ); //<! printing helper
42MsgStream& operator<< ( MsgStream&, const TrigL2HitResidual& ); //<! printing helper (wraps above)
43
44
46
47#endif
@ Undefined
MsgStream & operator<<(MsgStream &, const TrigL2HitResidual &)
double etaResidual() const
double phiResidual() const
double etaPull() const
double phiPull() const
TrigL2HitResidual(Identifier, Region, double, double)
Region regionId() const
TrigL2HitResidual(Identifier, Region, double, double, double, double)
Identifier identify() const