CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros
GeometryComparisonPlotter.cc File Reference
#include "GeometryComparisonPlotter.h"

Go to the source code of this file.

Macros

#define CHECK_BRANCHES(branchname_vector)
 
#define CHECK_BRANCHES(branchname_vector)
 
#define CHECK_MAP_CONTENT(m, type)
 
#define COLOR_CODE(icolor)   int(icolor / 4) + icolor + 1
 
#define INDEX_IN_GLOBAL_CANVAS(i1, i2)   1 + i1 + i2 *x.size()
 
#define INSIDE_VECTOR(vector)
 
#define LIMITS(axes_vector)
 
#define LIMITS(axes_vector)
 
#define NB_MODULE_QUALITY   3
 
#define NB_X_SLICES   2
 
#define NB_Z_SLICES   2
 
#define NB_Z_SLICES   2
 
#define TALKATIVE
 

Macro Definition Documentation

#define CHECK_BRANCHES (   branchname_vector)
Value:
for (unsigned int i = 0; i < branchname_vector.size(); i++) { \
if (branch_f.find(branchname_vector[i]) == branch_f.end()) { \
cout << __FILE__ << ":" << __LINE__ << ":Error: The branch " << branchname_vector[i] << " is not recognised." \
<< endl; \
} \
}
if(conf_.getParameter< bool >("UseStripCablingDB"))
tuple cout
Definition: gather_cfg.py:144

Referenced by GeometryComparisonPlotter::MakePlots(), and GeometryComparisonPlotter::MakeTables().

#define CHECK_BRANCHES (   branchname_vector)
Value:
for (unsigned int i = 0; i < branchname_vector.size(); i++) { \
if (branch_f.find(branchname_vector[i]) == branch_f.end()) { \
cout << __FILE__ << ":" << __LINE__ << ":Error: The branch " << branchname_vector[i] << " is not recognised." \
<< endl; \
} \
}
if(conf_.getParameter< bool >("UseStripCablingDB"))
tuple cout
Definition: gather_cfg.py:144
#define CHECK_MAP_CONTENT (   m,
  type 
)
Value:
for (map<TString, type>::iterator it = m.begin(); it != m.end(); it++) \
cout << __FILE__ << ":" << __LINE__ << ":Info: " << #m << "[" << it->first << "]=" << it->second << endl;
tuple cout
Definition: gather_cfg.py:144

Definition at line 23 of file GeometryComparisonPlotter.cc.

Referenced by GeometryComparisonPlotter::MakePlots(), and GeometryComparisonPlotter::MakeTables().

#define COLOR_CODE (   icolor)    int(icolor / 4) + icolor + 1
#define INDEX_IN_GLOBAL_CANVAS (   i1,
  i2 
)    1 + i1 + i2 *x.size()
#define INSIDE_VECTOR (   vector)
Value:
cout << #vector << "={"; \
for (unsigned int i = 0; i < vector.size() - 1; i++) \
cout << vector[i] << ","; \
cout << vector.back() << "}";
for(Iditer=Id.begin();Iditer!=Id.end();Iditer++)
tuple cout
Definition: gather_cfg.py:144

Definition at line 18 of file GeometryComparisonPlotter.cc.

Referenced by GeometryComparisonPlotter::MakePlots(), and GeometryComparisonPlotter::MakeTables().

#define LIMITS (   axes_vector)
Value:
for (unsigned int i = 0; i < axes_vector.size(); i++) { \
if (_SF.find(axes_vector[i]) == _SF.end()) \
_SF[axes_vector[i]] = 1.; \
if (_min.find(axes_vector[i]) == _min.end()) \
_min[axes_vector[i]] = _SF[axes_vector[i]] * data->GetMinimum(axes_vector[i]); \
if (_max.find(axes_vector[i]) == _max.end()) \
_max[axes_vector[i]] = _SF[axes_vector[i]] * data->GetMaximum(axes_vector[i]); \
}
if(conf_.getParameter< bool >("UseStripCablingDB"))
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79

Referenced by GeometryComparisonPlotter::MakePlots(), and GeometryComparisonPlotter::MakeTables().

#define LIMITS (   axes_vector)
Value:
for (unsigned int i = 0; i < axes_vector.size(); i++) { \
if (_SF.find(axes_vector[i]) == _SF.end()) \
_SF[axes_vector[i]] = 1.; \
if (_min.find(axes_vector[i]) == _min.end()) \
_min[axes_vector[i]] = _SF[axes_vector[i]] * data->GetMinimum(axes_vector[i]); \
if (_max.find(axes_vector[i]) == _max.end()) \
_max[axes_vector[i]] = _SF[axes_vector[i]] * data->GetMaximum(axes_vector[i]); \
}
if(conf_.getParameter< bool >("UseStripCablingDB"))
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
#define NB_MODULE_QUALITY   3
#define NB_X_SLICES   2
#define NB_Z_SLICES   2
#define NB_Z_SLICES   2
#define TALKATIVE

Definition at line 14 of file GeometryComparisonPlotter.cc.