ATLAS Offline Software
Loading...
Searching...
No Matches
CMAparameters.h File Reference
#include <iostream>
#include <list>
#include <memory>
#include "MuonCablingTools/ShowRequest.h"
#include "RPC_CondCabling/CMAidentity.h"
#include "RPC_CondCabling/CablingObject.h"
#include "RPC_CondCabling/TRIGGERidentity.h"
Include dependency graph for CMAparameters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CMAparameters
struct  CMAparameters::defineParams
struct  CMAparameters::parseParams

Enumerations

enum  CMAinput { LowPt , Pivot , HighPt , NoInput }
enum  L1RPCcabCorrection {
  Inversion , Swap , Suppression , Shift ,
  NoCorrection
}

Functions

template<class X>
X & operator<< (X &stream, const CMAparameters &cma)

Enumeration Type Documentation

◆ CMAinput

enum CMAinput
Enumerator
LowPt 
Pivot 
HighPt 
NoInput 

Definition at line 19 of file CMAparameters.h.

@ LowPt
@ NoInput
@ HighPt
@ Pivot

◆ L1RPCcabCorrection

Enumerator
Inversion 
Swap 
Suppression 
Shift 
NoCorrection 

Definition at line 20 of file CMAparameters.h.

@ Suppression
@ Swap
@ Inversion
@ NoCorrection
@ Shift

Function Documentation

◆ operator<<()

template<class X>
X & operator<< ( X & stream,
const CMAparameters & cma )

Definition at line 205 of file CMAparameters.h.

205 {
206 cma.Print(stream, false);
207 return stream;
208}
virtual void Print(std::ostream &, bool) const override