CMS 3D CMS Logo

Classes | Enumerations | Functions | Variables
trklet Namespace Reference

Classes

class  AllInnerStubsMemory
 
class  AllProjectionsMemory
 
class  AllStubsMemory
 
class  CandidateMatchMemory
 
class  CircularBuffer
 
class  CleanTrackMemory
 
class  DTCLinkMemory
 
class  FitTrack
 
class  FPGAWord
 
class  FullMatchMemory
 
class  Globals
 
class  HistBase
 
class  HybridFit
 
class  IMATH_TrackletCalculator
 
class  IMATH_TrackletCalculatorDisk
 
class  IMATH_TrackletCalculatorOverlap
 
struct  imathGlobals
 
class  InputLinkMemory
 
class  InputRouter
 
class  L1SimTrack
 
class  L1TStub
 
class  MatchCalculator
 
class  MatchEngine
 
class  MatchEngineUnit
 
class  MatchProcessor
 
class  MemoryBase
 
class  ProcessBase
 
class  Projection
 
class  ProjectionRouter
 
class  ProjectionTemp
 
class  PurgeDuplicate
 
class  Residual
 
class  Sector
 
class  Settings
 
class  SLHCEvent
 
class  Stub
 
class  StubPairsMemory
 
class  StubTripletsMemory
 
struct  TEData
 
class  Timer
 
class  Track
 
class  TrackDer
 
class  TrackDerTable
 
class  TrackFitMemory
 
class  Tracklet
 
class  TrackletCalculator
 
class  TrackletCalculatorBase
 
class  TrackletCalculatorDisplaced
 
class  TrackletConfigBuilder
 
class  TrackletEngine
 
class  TrackletEngineDisplaced
 
class  TrackletEngineUnit
 
class  TrackletEventProcessor
 
class  TrackletLUT
 
class  TrackletParametersMemory
 
class  TrackletProcessor
 
class  TrackletProjectionsMemory
 
class  TrackPars
 
class  TripletEngine
 
class  VarAdd
 
class  VarAdjustK
 
class  VarAdjustKR
 
class  VarBase
 
class  VarCut
 
class  VarDef
 
class  VarDSPPostadd
 
class  VarFlag
 
class  VarInv
 
class  VarMult
 
class  VarNeg
 
class  VarNounits
 
class  VarParam
 
class  VarShift
 
class  VarShiftround
 
class  VarSubtract
 
class  VarTimesC
 
class  VMProjectionsMemory
 
class  VMRouter
 
class  VMRouterCM
 
class  VMStubME
 
class  VMStubsMEMemory
 
class  VMStubsTEMemory
 
struct  VMStubsTEPHI
 
struct  VMStubsTEPHICM
 
class  VMStubTE
 

Enumerations

enum  LayerDisk {
  L1 = 0, L2, L3, L4,
  L5, L6, D1, D2,
  D3, D4, D5
}
 
enum  Seed {
  L1L2 = 0, L2L3, L3L4, L5L6,
  D1D2, D3D4, L1D1, L2D1,
  L2L3L4, L4L5L6, L2L3D1, D1D2L2
}
 

Functions

double bendstrip (double r, double rinv, double stripPitch)
 
std::string convertHexToBin (const std::string &stubwordhex)
 
int dirExists (const std::string &path)
 
std::string hexFormat (const std::string &binary)
 
int ilog2 (double factor)
 
std::ofstream openfile (const std::string &dir, const std::string &fname, const char *file, int line)
 
void openfile (std::ofstream &out, bool first, const std::string &dir, const std::string &fname, const char *file, int line)
 
double rinv (double phi1, double phi2, double r1, double r2)
 

Variables

constexpr unsigned int N_BENDBITS_2S = 4
 
constexpr unsigned int N_BENDBITS_PS = 3
 
constexpr unsigned int N_BITSMEMADDRESS = 7
 
constexpr int N_DISK = 5
 
constexpr unsigned int N_DSS_MOD = 5
 
constexpr unsigned int N_FITPARAM = 4
 
constexpr unsigned int N_FITSTUB = 6
 
constexpr int N_LAYER = 6
 
constexpr std::array< unsigned int, N_PSLAYERN_MOD_PLANK = {{7, 11, 15}}
 
constexpr unsigned int N_PHIBITS = 3
 
constexpr unsigned int N_PROJ = 4
 
constexpr unsigned int N_PSLAYER = 3
 
constexpr unsigned int N_RZBITS = 3
 
constexpr unsigned int N_SECTOR = 9
 
constexpr unsigned int N_SEED = 12
 
constexpr unsigned int N_SEED_PROMPT = 8
 
constexpr unsigned int N_TILTED_RINGS = 12
 
constexpr unsigned int N_TRACKDER_INDEX = 1000
 
constexpr unsigned int N_TRACKDER_PTBIN = 4
 
constexpr unsigned int N_TRKLSEED = 7
 
constexpr unsigned int N_VMSTUBSMAX = 15
 
constexpr unsigned int NFINEPHIBITS = 3
 
constexpr unsigned int NFINERZBITS = 3
 
constexpr unsigned int NRINVBITS = 5
 
constexpr double sixth = 1.0 / 6.0
 
constexpr double third = 1.0 / 3.0
 
constexpr double VMROUTERCUTRD1D3 = 55.0
 
constexpr double VMROUTERCUTZL1 = 70.0
 
constexpr double VMROUTERCUTZL1L3L5 = 95.0
 
constexpr double VMROUTERCUTZL2 = 50.0
 

Enumeration Type Documentation

◆ LayerDisk

Enumerator
L1 
L2 
L3 
L4 
L5 
L6 
D1 
D2 
D3 
D4 
D5 

Definition at line 50 of file Settings.h.

50 { L1 = 0, L2, L3, L4, L5, L6, D1, D2, D3, D4, D5 };

◆ Seed

Enumerator
L1L2 
L2L3 
L3L4 
L5L6 
D1D2 
D3D4 
L1D1 
L2D1 
L2L3L4 
L4L5L6 
L2L3D1 
D1D2L2 

Definition at line 49 of file Settings.h.

Function Documentation

◆ bendstrip()

double trklet::bendstrip ( double  r,
double  rinv,
double  stripPitch 
)
inline

Definition at line 42 of file Util.h.

42  {
43  constexpr double dr = 0.18;
44  double delta = r * dr * 0.5 * rinv;
45  double bend = delta / stripPitch;
46  return bend;
47  }

References dumpMFGeometry_cfg::delta, flavorHistoryFilter_cfi::dr, alignCSCRings::r, and rinv().

Referenced by trklet::TrackletLUT::initBendMatch(), trklet::TrackletLUT::initProjectionBend(), trklet::TrackletLUT::initteptlut(), and trklet::TrackletLUT::initTPlut().

◆ convertHexToBin()

std::string trklet::convertHexToBin ( const std::string &  stubwordhex)
inline

Definition at line 60 of file Util.h.

60  {
61  std::string stubwordbin = "";
62 
63  for (char word : stubwordhex) {
64  std::string hexword = "";
65  if (word == '0')
66  hexword = "0000";
67  else if (word == '1')
68  hexword = "0001";
69  else if (word == '2')
70  hexword = "0010";
71  else if (word == '3')
72  hexword = "0011";
73  else if (word == '4')
74  hexword = "0100";
75  else if (word == '5')
76  hexword = "0101";
77  else if (word == '6')
78  hexword = "0110";
79  else if (word == '7')
80  hexword = "0111";
81  else if (word == '8')
82  hexword = "1000";
83  else if (word == '9')
84  hexword = "1001";
85  else if (word == 'A')
86  hexword = "1010";
87  else if (word == 'B')
88  hexword = "1011";
89  else if (word == 'C')
90  hexword = "1100";
91  else if (word == 'D')
92  hexword = "1101";
93  else if (word == 'E')
94  hexword = "1110";
95  else if (word == 'F')
96  hexword = "1111";
97  else {
98  throw cms::Exception("Inconsistency")
99  << __FILE__ << " " << __LINE__ << " hex string format invalid: " << stubwordhex;
100  }
101  stubwordbin += hexword;
102  }
103  return stubwordbin;
104  }

References Exception, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by trklet::Stub::Stub().

◆ dirExists()

int trklet::dirExists ( const std::string &  path)
inline

Definition at line 120 of file Util.h.

121  {
122  struct stat info;
123 
124  int statRC = stat(path.c_str(), &info);
125  if (statRC != 0) {
126  if (errno == ENOENT) {
127  return 0;
128  } // something along the path does not exist
129  if (errno == ENOTDIR) {
130  return 0;
131  } // something in path prefix is not a dir
132  return -1;
133  }
134 
135  return (info.st_mode & S_IFDIR) ? 1 : 0;

References info(), castor_dqm_sourceclient_file_cfg::path, and edm_modernize_messagelogger::stat.

Referenced by rename::main(), BeamSpotWorkflow::main(), and openfile().

◆ hexFormat()

std::string trklet::hexFormat ( const std::string &  binary)
inline

Definition at line 19 of file Util.h.

19  {
20  std::stringstream ss;
21 
22  unsigned int radix = 1, value = 0;
23  for (int i = binary.length() - 1; i >= 0; i--) {
24  if (binary.at(i) != '0' && binary.at(i) != '1')
25  continue;
26  value += (binary.at(i) - '0') * radix;
27  if (radix == 8) {
28  ss << std::hex << value;
29  radix = 1;
30  value = 0;
31  } else
32  radix <<= 1;
33  }
34  if (radix != 1)
35  ss << std::hex << value;
36 
37  std::string str = ss.str() + "x0";
38  std::reverse(str.begin(), str.end());
39  return str;
40  }

References mps_fire::i, groupFilesInBlocks::reverse, contentValuesCheck::ss, str, AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.

Referenced by trklet::AllProjectionsMemory::writeAP(), trklet::CandidateMatchMemory::writeCM(), trklet::CleanTrackMemory::writeCT(), trklet::FullMatchMemory::writeMC(), trklet::StubPairsMemory::writeSP(), trklet::InputLinkMemory::writeStubs(), trklet::DTCLinkMemory::writeStubs(), trklet::AllInnerStubsMemory::writeStubs(), trklet::AllStubsMemory::writeStubs(), trklet::VMStubsTEMemory::writeStubs(), trklet::VMStubsMEMemory::writeStubs(), trklet::TrackFitMemory::writeTF(), trklet::TrackletParametersMemory::writeTPAR(), trklet::TrackletProjectionsMemory::writeTPROJ(), and trklet::VMProjectionsMemory::writeVMPROJ().

◆ ilog2()

int trklet::ilog2 ( double  factor)
inline

◆ openfile() [1/2]

std::ofstream trklet::openfile ( const std::string &  dir,
const std::string &  fname,
const char *  file,
int  line 
)
inline

◆ openfile() [2/2]

void trklet::openfile ( std::ofstream &  out,
bool  first,
const std::string &  dir,
const std::string &  fname,
const char *  file,
int  line 
)
inline

Definition at line 158 of file Util.h.

160  {
161  if (dirExists(dir) != 1) {
162  edm::LogVerbatim("Tracklet") << "Creating directory : " << dir;
163  int fail = system((std::string("mkdir -p ") + dir).c_str());
164  if (fail) {
165  throw cms::Exception("BadDir") << file << " " << line << " could not create directory " << dir;
166  }
167  }
168 
169  if (first) {
170  out.open(fname);
171  } else {
172  out.open(fname, std::ofstream::app);
173  }
174 
175  if (out.fail()) {
176  throw cms::Exception("BadFile") << file << " " << line << " could not create file " << fname << " in " << dir;
177  }

References DeadROC_duringRun::dir, dirExists(), Exception, geometryDiff::file, first, alignmentValidation::fname, mps_splice::line, MillePedeFileConverter_cfg::out, and AlCaHLTBitMon_QueryRunRegistry::string.

◆ rinv()

double trklet::rinv ( double  phi1,
double  phi2,
double  r1,
double  r2 
)
inline

Definition at line 49 of file Util.h.

49  {
50  if (r2 <= r1) { //FIXME can not form tracklet should not call function with r2<=r1
51  return 20.0;
52  }
53 
54  double dphi = phi2 - phi1;
55  double dr = r2 - r1;
56 
57  return 2.0 * sin(dphi) / dr / sqrt(1.0 + 2 * r1 * r2 * (1.0 - cos(dphi)) / (dr * dr));
58  }

References funct::cos(), flavorHistoryFilter_cfi::dr, diffTwoXMLs::r1, diffTwoXMLs::r2, funct::sin(), and mathSSE::sqrt().

Referenced by trklet::TrackletCalculatorDisplaced::approxtracklet(), fastmath::atan2r(), trklet::TrackletCalculatorBase::barrelSeeding(), bendstrip(), trklet::TrackDerTable::calculateDerivatives(), trklet::TrackletCalculatorDisplaced::DDLSeeding(), trklet::TrackletCalculatorBase::diskSeeding(), trklet::TrackletCalculatorDisplaced::exactproj(), trklet::TrackletCalculatorBase::exactproj(), trklet::TrackletCalculatorDisplaced::exactprojdisk(), trklet::TrackletCalculatorBase::exactprojdisk(), trklet::TrackletCalculatorBase::exacttracklet(), trklet::TrackletCalculatorDisplaced::exacttracklet(), trklet::TrackletCalculatorBase::exacttrackletdisk(), trklet::TrackletCalculatorBase::exacttrackletOverlap(), trklet::TrackDerTable::fillTable(), trklet::TrackletLUT::initBendMatch(), trklet::TrackletLUT::initProjectionBend(), trklet::TrackletLUT::initteptlut(), trklet::TrackletLUT::initTPlut(), trklet::TrackletCalculatorDisplaced::LLDSeeding(), trklet::TrackletCalculatorDisplaced::LLLSeeding(), tmtt::ConverterToTTTrack::makeTTTrack(), trklet::TrackletCalculatorBase::overlapSeeding(), pTFrom2Stubs::pTFrom2(), trklet::Stub::Stub(), and trklet::FitTrack::trackFitChisq().

Variable Documentation

◆ N_BENDBITS_2S

constexpr unsigned int trklet::N_BENDBITS_2S = 4
constexpr

◆ N_BENDBITS_PS

constexpr unsigned int trklet::N_BENDBITS_PS = 3
constexpr

◆ N_BITSMEMADDRESS

constexpr unsigned int trklet::N_BITSMEMADDRESS = 7
constexpr

◆ N_DISK

constexpr int trklet::N_DISK = 5
constexpr

Definition at line 22 of file Settings.h.

Referenced by trklet::Tracklet::addMatch(), trklet::InputRouter::addOutput(), trklet::TrackletCalculator::addOutput(), trklet::TrackletCalculatorDisplaced::addOutput(), trklet::TrackletProcessor::addOutput(), trklet::TrackletCalculatorBase::barrelSeeding(), trklet::TrackletConfigBuilder::buildProjections(), trklet::TrackletCalculatorDisplaced::DDLSeeding(), trklet::TrackletCalculatorBase::diskSeeding(), trklet::Tracklet::diskstubstr(), trklet::TrackletEventProcessor::event(), trklet::TrackletCalculatorBase::exacttracklet(), trklet::TrackletCalculatorBase::exacttrackletdisk(), trklet::TrackDerTable::fillTable(), trklet::Tracklet::fullmatchdiskstr(), trklet::VMStubsTEMemory::getPhiRange(), trklet::Tracklet::getStubIDs(), trklet::Projection::init(), trklet::Residual::init(), trklet::TrackletConfigBuilder::initGeom(), trklet::MemoryBase::initLayerDisk(), trklet::TrackletCalculatorDisplaced::LLDSeeding(), trklet::TrackletCalculatorDisplaced::LLLSeeding(), trklet::Tracklet::match(), trklet::TrackletCalculatorBase::overlapSeeding(), trklet::Tracklet::resid(), trklet::TrackDerTable::tpar(), trklet::TrackDerTable::TrackDerTable(), trklet::FitTrack::trackFitChisq(), trklet::Tracklet::Tracklet(), trklet::TrackletCalculator::TrackletCalculator(), trklet::TrackletCalculatorDisplaced::TrackletCalculatorDisplaced(), trklet::TrackletConfigBuilder::TrackletConfigBuilder(), trklet::TrackletProcessor::TrackletProcessor(), trklet::Tracklet::trackletprojstrD(), trklet::Tracklet::validProj(), trklet::TrackletConfigBuilder::writeAPMemories(), trklet::TrackletConfigBuilder::writeASMemories(), trklet::TrackletConfigBuilder::writeCMMemories(), trklet::TrackletConfigBuilder::writeFMMemories(), trklet::TrackletConfigBuilder::writeProjectionMemories(), trklet::TrackletConfigBuilder::writeVMPROJMemories(), and trklet::TrackletConfigBuilder::writeVMSMemories().

◆ N_DSS_MOD

constexpr unsigned int trklet::N_DSS_MOD = 5
constexpr

◆ N_FITPARAM

constexpr unsigned int trklet::N_FITPARAM = 4
constexpr

◆ N_FITSTUB

constexpr unsigned int trklet::N_FITSTUB = 6
constexpr

◆ N_LAYER

constexpr int trklet::N_LAYER = 6
constexpr

Definition at line 21 of file Settings.h.

Referenced by trklet::TrackletCalculatorDisplaced::addDiskProj(), trklet::TrackletCalculatorBase::addDiskProj(), trklet::VMRouter::addInput(), trklet::Tracklet::addMatch(), trklet::InputRouter::addOutput(), trklet::TrackletCalculator::addOutput(), trklet::TrackletCalculatorDisplaced::addOutput(), trklet::TrackletProcessor::addOutput(), trklet::TrackletProjectionsMemory::addProj(), trklet::Sector::addStub(), trklet::VMStubsTEMemory::addVMStub(), trklet::TrackletCalculatorBase::barrelSeeding(), trklet::Settings::bendcut(), trklet::Settings::bendcutme(), trklet::Settings::benddecode(), trklet::TrackletConfigBuilder::buildProjections(), trklet::TrackletCalculatorDisplaced::DDLSeeding(), trklet::L1TStub::disk(), trklet::Tracklet::disk(), trklet::TrackletCalculatorBase::diskSeeding(), trklet::Tracklet::diskstubstr(), trklet::TrackletEventProcessor::event(), trklet::TrackletCalculatorBase::exacttracklet(), trklet::ProjectionRouter::execute(), trklet::TrackletCalculator::execute(), trklet::MatchCalculator::execute(), trklet::TrackletCalculatorDisplaced::execute(), trklet::MatchProcessor::execute(), trklet::TrackletProcessor::execute(), trklet::VMRouterCM::execute(), trklet::VMRouter::execute(), trklet::TrackDerTable::fillTable(), trklet::Tracklet::fullmatchdiskstr(), trklet::Tracklet::fullmatchstr(), trklet::PurgeDuplicate::getPhiRes(), trklet::Tracklet::getStubIDs(), trklet::TrackletLUT::getVMRLookup(), trklet::Projection::init(), trklet::Residual::init(), trklet::TrackletLUT::initBendMatch(), trklet::TrackletConfigBuilder::initGeom(), trklet::ProcessBase::initLayerDisk(), trklet::ProcessBase::initLayerDisksandISeed(), trklet::TrackletLUT::initmatchcut(), trklet::TrackletLUT::initProjectionBend(), trklet::TrackletLUT::initteptlut(), trklet::TrackletLUT::initTPlut(), trklet::TrackletLUT::initVMRTable(), trklet::Stub::isBarrel(), trklet::Stub::isPSmodule(), trklet::Settings::kphi1(), trklet::Settings::kr(), trklet::L1TStub::L1TStub(), trklet::Tracklet::layer(), trklet::Stub::layerdisk(), trklet::Tracklet::layerstubstr(), trklet::TrackletCalculatorDisplaced::LLDSeeding(), trklet::TrackletCalculatorDisplaced::LLLSeeding(), trklet::Tracklet::match(), trklet::MatchCalculator::MatchCalculator(), trklet::MatchProcessor::matchCalculator(), trklet::MatchEngine::MatchEngine(), trklet::MatchProcessor::MatchProcessor(), trklet::MatchCalculator::mergeMatches(), trklet::TrackletCalculatorBase::overlapSeeding(), trklet::ProjectionRouter::ProjectionRouter(), trklet::Tracklet::resid(), trklet::Stub::Stub(), trklet::TrackDerTable::tpar(), trklet::TrackDerTable::TrackDerTable(), trklet::FitTrack::trackFitChisq(), trklet::Tracklet::Tracklet(), trklet::TrackletCalculator::TrackletCalculator(), trklet::TrackletCalculatorDisplaced::TrackletCalculatorDisplaced(), trklet::TrackletConfigBuilder::TrackletConfigBuilder(), trklet::TrackletProcessor::TrackletProcessor(), trklet::Tracklet::trackletprojstr(), trklet::Tracklet::trackletprojstrD(), trklet::Tracklet::validProj(), trklet::VMRouterCM::VMRouterCM(), trklet::Tracklet::vmstrdisk(), trklet::VMStubsMEMemory::VMStubsMEMemory(), trklet::TrackletConfigBuilder::writeAPMemories(), trklet::TrackletConfigBuilder::writeASMemories(), trklet::TrackletConfigBuilder::writeCMMemories(), trklet::TrackletConfigBuilder::writeFMMemories(), trklet::TrackletConfigBuilder::writeProjectionMemories(), trklet::TrackletConfigBuilder::writeVMPROJMemories(), and trklet::TrackletConfigBuilder::writeVMSMemories().

◆ N_MOD_PLANK

constexpr std::array<unsigned int, N_PSLAYER> trklet::N_MOD_PLANK = {{7, 11, 15}}
constexpr

Definition at line 894 of file Settings.h.

Referenced by trklet::L1TStub::isTilted().

◆ N_PHIBITS

constexpr unsigned int trklet::N_PHIBITS = 3
constexpr

Definition at line 36 of file Settings.h.

Referenced by trklet::VMRouterCM::execute().

◆ N_PROJ

constexpr unsigned int trklet::N_PROJ = 4
constexpr

Definition at line 897 of file Settings.h.

Referenced by trklet::TrackDerTable::fillTable().

◆ N_PSLAYER

constexpr unsigned int trklet::N_PSLAYER = 3
constexpr

◆ N_RZBITS

constexpr unsigned int trklet::N_RZBITS = 3
constexpr

◆ N_SECTOR

constexpr unsigned int trklet::N_SECTOR = 9
constexpr

◆ N_SEED

constexpr unsigned int trklet::N_SEED = 12
constexpr

◆ N_SEED_PROMPT

constexpr unsigned int trklet::N_SEED_PROMPT = 8
constexpr

◆ N_TILTED_RINGS

constexpr unsigned int trklet::N_TILTED_RINGS = 12
constexpr

Definition at line 893 of file Settings.h.

Referenced by trklet::L1TStub::isTilted().

◆ N_TRACKDER_INDEX

constexpr unsigned int trklet::N_TRACKDER_INDEX = 1000
constexpr

Definition at line 904 of file Settings.h.

◆ N_TRACKDER_PTBIN

constexpr unsigned int trklet::N_TRACKDER_PTBIN = 4
constexpr

Definition at line 903 of file Settings.h.

◆ N_TRKLSEED

constexpr unsigned int trklet::N_TRKLSEED = 7
constexpr

Definition at line 896 of file Settings.h.

Referenced by trklet::TrackDerTable::fillTable().

◆ N_VMSTUBSMAX

constexpr unsigned int trklet::N_VMSTUBSMAX = 15
constexpr

◆ NFINEPHIBITS

constexpr unsigned int trklet::NFINEPHIBITS = 3
constexpr

◆ NFINERZBITS

constexpr unsigned int trklet::NFINERZBITS = 3
constexpr

◆ NRINVBITS

constexpr unsigned int trklet::NRINVBITS = 5
constexpr

◆ sixth

constexpr double trklet::sixth = 1.0 / 6.0
constexpr

◆ third

constexpr double trklet::third = 1.0 / 3.0
constexpr

◆ VMROUTERCUTRD1D3

constexpr double trklet::VMROUTERCUTRD1D3 = 55.0
constexpr

Definition at line 47 of file Settings.h.

Referenced by trklet::VMRouterCM::execute().

◆ VMROUTERCUTZL1

constexpr double trklet::VMROUTERCUTZL1 = 70.0
constexpr

Definition at line 46 of file Settings.h.

Referenced by trklet::VMRouterCM::execute().

◆ VMROUTERCUTZL1L3L5

constexpr double trklet::VMROUTERCUTZL1L3L5 = 95.0
constexpr

Definition at line 45 of file Settings.h.

Referenced by trklet::VMRouterCM::execute().

◆ VMROUTERCUTZL2

constexpr double trklet::VMROUTERCUTZL2 = 50.0
constexpr

Definition at line 44 of file Settings.h.

Referenced by trklet::VMRouterCM::execute().

mps_fire.i
i
Definition: mps_fire.py:428
trklet::L4
Definition: Settings.h:50
trklet::L2L3
Definition: Settings.h:49
cms::cuda::assert
assert(be >=bs)
info
static const TGPicture * info(bool iBackgroundIsBlack)
Definition: FWCollectionSummaryWidget.cc:153
trklet::L5L6
Definition: Settings.h:49
trklet::D1
Definition: Settings.h:50
trklet::D5
Definition: Settings.h:50
trklet::L3L4
Definition: Settings.h:49
trklet::L1
Definition: Settings.h:50
groupFilesInBlocks.reverse
reverse
Definition: groupFilesInBlocks.py:131
funct::sin
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
word
uint64_t word
Definition: CTPPSTotemDataFormatter.cc:29
trklet::D3
Definition: Settings.h:50
contentValuesCheck.ss
ss
Definition: contentValuesCheck.py:33
trklet::L6
Definition: Settings.h:50
funct::cos
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
trklet::L1D1
Definition: Settings.h:49
mathSSE::sqrt
T sqrt(T t)
Definition: SSEVec.h:19
str
#define str(s)
Definition: TestProcessor.cc:53
trklet::L2L3D1
Definition: Settings.h:49
DQMScaleToClient_cfi.factor
factor
Definition: DQMScaleToClient_cfi.py:8
trklet::dirExists
int dirExists(const std::string &path)
Definition: Util.h:120
trklet::D2
Definition: Settings.h:50
first
auto first
Definition: CAHitNtupletGeneratorKernelsImpl.h:125
trklet::D1D2L2
Definition: Settings.h:49
geometryDiff.file
file
Definition: geometryDiff.py:13
trklet::rinv
double rinv(double phi1, double phi2, double r1, double r2)
Definition: Util.h:49
trklet::L2D1
Definition: Settings.h:49
trklet::L1L2
Definition: Settings.h:49
trklet::L4L5L6
Definition: Settings.h:49
dumpMFGeometry_cfg.delta
delta
Definition: dumpMFGeometry_cfg.py:25
diffTwoXMLs.r2
r2
Definition: diffTwoXMLs.py:73
value
Definition: value.py:1
trklet::D1D2
Definition: Settings.h:49
trklet::L2L3L4
Definition: Settings.h:49
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
trklet::D3D4
Definition: Settings.h:49
trklet::L2
Definition: Settings.h:50
alignCSCRings.r
r
Definition: alignCSCRings.py:93
alignmentValidation.fname
string fname
main script
Definition: alignmentValidation.py:959
diffTwoXMLs.r1
r1
Definition: diffTwoXMLs.py:53
edm::LogVerbatim
Log< level::Info, true > LogVerbatim
Definition: MessageLogger.h:128
relativeConstraints.value
value
Definition: relativeConstraints.py:53
flavorHistoryFilter_cfi.dr
dr
Definition: flavorHistoryFilter_cfi.py:37
Exception
Definition: hltDiff.cc:245
dqm-mbProfile.log
log
Definition: dqm-mbProfile.py:17
MillePedeFileConverter_cfg.out
out
Definition: MillePedeFileConverter_cfg.py:31
castor_dqm_sourceclient_file_cfg.path
path
Definition: castor_dqm_sourceclient_file_cfg.py:37
funct::abs
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
trklet::L5
Definition: Settings.h:50
trklet::L3
Definition: Settings.h:50
edm_modernize_messagelogger.stat
stat
Definition: edm_modernize_messagelogger.py:27
mps_splice.line
line
Definition: mps_splice.py:76
trklet::D4
Definition: Settings.h:50
DeadROC_duringRun.dir
dir
Definition: DeadROC_duringRun.py:23