#include <CSCTriggerMapping.h>
Public Member Functions | |
CSCTriggerConnection () | |
CSCTriggerConnection (int rendcap, int rstation, int rsector, int rsubsector, int rcscid, int cendcap, int cstation, int csector, int csubsector, int ccscid) | |
~CSCTriggerConnection () | |
Public Attributes | |
int | ccscid_ |
int | cendcap_ |
int | csector_ |
int | cstation_ |
int | csubsector_ |
int | rcscid_ |
int | rendcap_ |
int | rsector_ |
int | rstation_ |
int | rsubsector_ |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Instead of a set of vectors of int use one vector of a set of ints Defines a connection between a chamber on a disc and a readout label. This is equivalent to the placement of a board in a crate, and a MPC to SR/SP optical connection. Construction of CSCDetIds is done using CSCTriggerNumbering.
variables with a 'r' prefix are readout-derived labels variables with a 'c' prefix are geometry-derived labels (c as in chamber label)
Definition at line 43 of file CSCTriggerMapping.h.
|
inline |
Definition at line 44 of file CSCTriggerMapping.h.
|
inline |
Definition at line 45 of file CSCTriggerMapping.h.
|
inline |
Definition at line 50 of file CSCTriggerMapping.h.
|
private |
|
friend |
Definition at line 63 of file CSCTriggerMapping.h.
|
friend |
Definition at line 63 of file CSCTriggerMapping.h.
int CSCTriggerMapping::CSCTriggerConnection::ccscid_ |
Definition at line 61 of file CSCTriggerMapping.h.
int CSCTriggerMapping::CSCTriggerConnection::cendcap_ |
Definition at line 57 of file CSCTriggerMapping.h.
int CSCTriggerMapping::CSCTriggerConnection::csector_ |
Definition at line 59 of file CSCTriggerMapping.h.
int CSCTriggerMapping::CSCTriggerConnection::cstation_ |
Definition at line 58 of file CSCTriggerMapping.h.
int CSCTriggerMapping::CSCTriggerConnection::csubsector_ |
Definition at line 60 of file CSCTriggerMapping.h.
int CSCTriggerMapping::CSCTriggerConnection::rcscid_ |
Definition at line 56 of file CSCTriggerMapping.h.
int CSCTriggerMapping::CSCTriggerConnection::rendcap_ |
Definition at line 52 of file CSCTriggerMapping.h.
int CSCTriggerMapping::CSCTriggerConnection::rsector_ |
Definition at line 54 of file CSCTriggerMapping.h.
int CSCTriggerMapping::CSCTriggerConnection::rstation_ |
Definition at line 53 of file CSCTriggerMapping.h.
int CSCTriggerMapping::CSCTriggerConnection::rsubsector_ |
Definition at line 55 of file CSCTriggerMapping.h.