This class specifies which delay25 channels are delayed over the entire pixel detector and by how much. More...
#include <PixelGlobalDelay25.h>
Public Member Functions | |
unsigned int | getCyclicDelay (unsigned int offset=0) const |
unsigned int | getDelay (unsigned int offset=0) const |
unsigned int | getTTCrxDelay (unsigned int offset) const |
unsigned int | getTTCrxDelay () const |
PixelGlobalDelay25 (std::string filename) | |
PixelGlobalDelay25 (std::vector< std::vector< std::string > > &tab) | |
virtual void | setDelay (unsigned int delay) |
virtual void | writeASCII (std::string dir) const |
virtual void | writeXML (std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual void | writeXMLTrailer (std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual | ~PixelGlobalDelay25 () |
Public Member Functions inherited from pos::PixelConfigBase | |
std::string | creator () |
std::string | date () |
std::string | description () |
std::string | getAuthor () const |
std::string | getComment () const |
PixelConfigBase (std::string description, std::string creator, std::string date) | |
void | setAuthor (std::string author) |
void | setComment (std::string comment) |
virtual void | writeXML (pos::PixelConfigKey key, int version, std::string path) const |
virtual void | writeXML (std::ofstream *out) const |
virtual void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out) const |
virtual void | writeXMLTrailer (std::ofstream *out) const |
virtual | ~PixelConfigBase () |
Private Attributes | |
unsigned int | delay_ |
This class specifies which delay25 channels are delayed over the entire pixel detector and by how much.
" "
A longer explanation will be placed here later
Definition at line 26 of file PixelGlobalDelay25.h.
PixelGlobalDelay25::PixelGlobalDelay25 | ( | std::string | filename | ) |
Definition at line 79 of file PixelGlobalDelay25.cc.
pos::PixelGlobalDelay25::PixelGlobalDelay25 | ( | std::vector< std::vector< std::string > > & | tab | ) |
|
virtual |
Definition at line 107 of file PixelGlobalDelay25.cc.
unsigned int PixelGlobalDelay25::getCyclicDelay | ( | unsigned int | offset = 0 | ) | const |
Definition at line 126 of file PixelGlobalDelay25.cc.
unsigned int PixelGlobalDelay25::getDelay | ( | unsigned int | offset = 0 | ) | const |
Definition at line 110 of file PixelGlobalDelay25.cc.
unsigned int PixelGlobalDelay25::getTTCrxDelay | ( | unsigned int | offset | ) | const |
Definition at line 135 of file PixelGlobalDelay25.cc.
unsigned int PixelGlobalDelay25::getTTCrxDelay | ( | ) | const |
Definition at line 167 of file PixelGlobalDelay25.cc.
|
inlinevirtual |
|
virtual |
Implements pos::PixelConfigBase.
Definition at line 180 of file PixelGlobalDelay25.cc.
|
virtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 245 of file PixelGlobalDelay25.cc.
|
virtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 198 of file PixelGlobalDelay25.cc.
|
virtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 259 of file PixelGlobalDelay25.cc.
|
private |
Definition at line 59 of file PixelGlobalDelay25.h.
Referenced by setDelay().