#include <AliFMDMap.h>
|
| Printer (const char *format) |
|
virtual | ~Printer () |
|
Bool_t | operator() (UShort_t d, Char_t r, UShort_t s, UShort_t t, Float_t m) |
|
Bool_t | operator() (UShort_t d, Char_t r, UShort_t s, UShort_t t, Int_t m) |
|
Bool_t | operator() (UShort_t d, Char_t r, UShort_t s, UShort_t t, UShort_t m) |
|
Bool_t | operator() (UShort_t d, Char_t r, UShort_t s, UShort_t t, Bool_t m) |
|
virtual | ~ForOne () |
|
Class to print content of map
Definition at line 130 of file AliFMDMap.h.
AliFMDMap::Printer::Printer |
( |
const char * |
format | ) |
|
Constructor
- Parameters
-
format | Output format (argument to printf) |
Definition at line 372 of file AliFMDMap.cxx.
virtual AliFMDMap::Printer::~Printer |
( |
| ) |
|
|
inlinevirtual |
AliFMDMap::Printer::Printer |
( |
const Printer & |
p | ) |
|
|
private |
Bool_t AliFMDMap::Printer::operator() |
( |
UShort_t |
d, |
|
|
Char_t |
r, |
|
|
UShort_t |
s, |
|
|
UShort_t |
t, |
|
|
Float_t |
m |
|
) |
| |
|
virtual |
Bool_t AliFMDMap::Printer::operator() |
( |
UShort_t |
d, |
|
|
Char_t |
r, |
|
|
UShort_t |
s, |
|
|
UShort_t |
t, |
|
|
Int_t |
m |
|
) |
| |
|
virtual |
Bool_t AliFMDMap::Printer::operator() |
( |
UShort_t |
d, |
|
|
Char_t |
r, |
|
|
UShort_t |
s, |
|
|
UShort_t |
t, |
|
|
UShort_t |
m |
|
) |
| |
|
virtual |
Bool_t AliFMDMap::Printer::operator() |
( |
UShort_t |
d, |
|
|
Char_t |
r, |
|
|
UShort_t |
s, |
|
|
UShort_t |
t, |
|
|
Bool_t |
m |
|
) |
| |
|
virtual |
Assignment operator
- Returns
- Reference to this
Definition at line 179 of file AliFMDMap.h.
void AliFMDMap::Printer::PrintHeadings |
( |
UShort_t |
d, |
|
|
Char_t |
r, |
|
|
UShort_t |
s, |
|
|
UShort_t |
t |
|
) |
| |
|
privatevirtual |
Print headings
- Parameters
-
d | Current detector |
r | Current ring |
s | Current sector |
t | Current strip |
Definition at line 386 of file AliFMDMap.cxx.
Referenced by operator()().
const char* AliFMDMap::Printer::fFormat |
|
private |
UShort_t AliFMDMap::Printer::fOldD |
|
private |
Char_t AliFMDMap::Printer::fOldR |
|
private |
UShort_t AliFMDMap::Printer::fOldS |
|
private |
The documentation for this class was generated from the following files: