ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TrigL2MuonSA::RpcLayerHits Struct Reference

#include <RpcPatFinder.h>

Collaboration diagram for TrigL2MuonSA::RpcLayerHits:

Public Member Functions

void clear ()
 

Public Attributes

std::vector< std::list< double > > hits_in_layer_eta
 
std::vector< std::list< double > > hits_in_layer_phi
 
std::vector< std::vector< double > > hits_in_layer_Z
 
std::vector< std::vector< double > > hits_in_layer_R
 

Detailed Description

Definition at line 19 of file RpcPatFinder.h.

Member Function Documentation

◆ clear()

void TrigL2MuonSA::RpcLayerHits::clear ( )
inline

Definition at line 25 of file RpcPatFinder.h.

25  {
26  std::list<double> z;
27  z.clear();
28  hits_in_layer_eta.assign(8,z);
29  hits_in_layer_phi.assign(8,z);
30  std::vector<double> zz;
31  zz.clear();
32  hits_in_layer_R.assign(8,zz);
33  hits_in_layer_Z.assign(8,zz);
34  }

Member Data Documentation

◆ hits_in_layer_eta

std::vector<std::list<double> > TrigL2MuonSA::RpcLayerHits::hits_in_layer_eta

Definition at line 21 of file RpcPatFinder.h.

◆ hits_in_layer_phi

std::vector<std::list<double> > TrigL2MuonSA::RpcLayerHits::hits_in_layer_phi

Definition at line 22 of file RpcPatFinder.h.

◆ hits_in_layer_R

std::vector<std::vector<double> > TrigL2MuonSA::RpcLayerHits::hits_in_layer_R

Definition at line 24 of file RpcPatFinder.h.

◆ hits_in_layer_Z

std::vector<std::vector<double> > TrigL2MuonSA::RpcLayerHits::hits_in_layer_Z

Definition at line 23 of file RpcPatFinder.h.


The documentation for this struct was generated from the following file:
TrigL2MuonSA::RpcLayerHits::hits_in_layer_Z
std::vector< std::vector< double > > hits_in_layer_Z
Definition: RpcPatFinder.h:23
z
#define z
TrigL2MuonSA::RpcLayerHits::hits_in_layer_eta
std::vector< std::list< double > > hits_in_layer_eta
Definition: RpcPatFinder.h:21
TrigL2MuonSA::RpcLayerHits::hits_in_layer_phi
std::vector< std::list< double > > hits_in_layer_phi
Definition: RpcPatFinder.h:22
TrigL2MuonSA::RpcLayerHits::hits_in_layer_R
std::vector< std::vector< double > > hits_in_layer_R
Definition: RpcPatFinder.h:24