ATLAS Offline Software
Loading...
Searching...
No Matches
TrigL2MuonSA::RpcLayerClusters Struct Reference

#include <ClusterPatFinder.h>

Collaboration diagram for TrigL2MuonSA::RpcLayerClusters:

Public Member Functions

void clear ()

Public Attributes

std::vector< std::list< double > > clusters_in_layer_eta
std::vector< std::list< double > > clusters_in_layer_phi
std::vector< std::vector< double > > clusters_in_layer_Z
std::vector< std::vector< double > > clusters_in_layer_R

Detailed Description

Definition at line 57 of file ClusterPatFinder.h.

Member Function Documentation

◆ clear()

void TrigL2MuonSA::RpcLayerClusters::clear ( )
inline

Definition at line 63 of file ClusterPatFinder.h.

63 {
64 std::list<double> z;
65 z.clear();
66 clusters_in_layer_eta.assign(8,z);
67 clusters_in_layer_phi.assign(8,z);
68 std::vector<double> zz;
69 zz.clear();
70 clusters_in_layer_R.assign(8,zz);
71 clusters_in_layer_Z.assign(8,zz);
72 }
#define z
std::vector< std::vector< double > > clusters_in_layer_Z
std::vector< std::list< double > > clusters_in_layer_phi
std::vector< std::vector< double > > clusters_in_layer_R
std::vector< std::list< double > > clusters_in_layer_eta

Member Data Documentation

◆ clusters_in_layer_eta

std::vector<std::list<double> > TrigL2MuonSA::RpcLayerClusters::clusters_in_layer_eta

Definition at line 59 of file ClusterPatFinder.h.

◆ clusters_in_layer_phi

std::vector<std::list<double> > TrigL2MuonSA::RpcLayerClusters::clusters_in_layer_phi

Definition at line 60 of file ClusterPatFinder.h.

◆ clusters_in_layer_R

std::vector<std::vector<double> > TrigL2MuonSA::RpcLayerClusters::clusters_in_layer_R

Definition at line 62 of file ClusterPatFinder.h.

◆ clusters_in_layer_Z

std::vector<std::vector<double> > TrigL2MuonSA::RpcLayerClusters::clusters_in_layer_Z

Definition at line 61 of file ClusterPatFinder.h.


The documentation for this struct was generated from the following file: