#include <SiPixelFedCablingMap.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 22 of file SiPixelFedCablingMap.h.
Definition at line 34 of file SiPixelFedCablingMap.cc.
References gather_cfg::cout, SiPixelFedCablingTree::fedList(), HLT_25ns14e33_v1_cff::fedList, sipixelobjects::PixelFEDLink::id(), sipixelobjects::PixelROC::idInLink(), relval_steps::key, MainPageGenerator::link, sipixelobjects::PixelFEDLink::numberOfROCs(), sipixelobjects::PixelFEDLink::roc(), and theMap.
40 for (std::vector<const PixelFEDCabling *>::const_iterator ifed=fedList.begin();
41 ifed != fedList.end(); ifed++) {
42 unsigned int fed = (**ifed).id();
43 unsigned int numLink = (**ifed).numberOfLinks();
46 if (pLink==0)
continue;
47 unsigned int linkId = pLink->
id();
48 if (linkId != 0 && linkId!=
link)
49 std::cout <<
"PROBLEM WITH LINK NUMBER!!!!" << std::endl;
51 for (
unsigned int roc=1; roc <= numberROC; roc++) {
53 if (pROC==0)
continue;
55 std::cout <<
"PROBLEM WITH ROC NUMBER!!!!" << std::endl;
const PixelROC * roc(unsigned int id) const
return ROC identified by id. ROC ids are ranged [1,numberOfROCs]
unsigned int id() const
link id
unsigned int idInLink() const
id of this ROC in parent Link.
unsigned int numberOfROCs() const
number of ROCs in fed
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.
virtual std::string version() const
map version
std::vector< const PixelFEDCabling * > fedList() const
SiPixelFedCablingMap::SiPixelFedCablingMap |
( |
const std::string & |
version = "" | ) |
|
|
inline |
virtual SiPixelFedCablingMap::~SiPixelFedCablingMap |
( |
| ) |
|
|
inlinevirtual |
std::vector< unsigned int > SiPixelFedCablingMap::fedIds |
( |
| ) |
const |
void SiPixelFedCablingMap::initializeRocs |
( |
| ) |
|
template<class Archive >
void SiPixelFedCablingMap::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
virtual std::string SiPixelFedCablingMap::version |
( |
| ) |
const |
|
inlinevirtual |
friend class boost::serialization::access |
|
friend |
template<typename CondSerializationT , typename Enabled >
Map SiPixelFedCablingMap::theMap |
|
private |
std::string SiPixelFedCablingMap::theVersion |
|
private |