ATLAS Offline Software
Functions
BaseSimulationSelector.cxx File Reference
#include "BaseSimulationSelector.h"
#include "ISF_Interfaces/SimulationFlavor.h"
#include "ISF_Event/ISFParticle.h"
Include dependency graph for BaseSimulationSelector.cxx:

Go to the source code of this file.

Functions

ServiceHandle< ISF::ISimulationSvc > *ISF::BaseSimulationSelector::simulator ATLAS_NOT_THREAD_SAFE ()
 return a handle on the simulator More...
 
void ISF::BaseSimulationSelector::update ATLAS_NOT_THREAD_SAFE (const ISFParticle &)
 update internal event representation More...
 

Function Documentation

◆ ATLAS_NOT_THREAD_SAFE() [1/2]

ServiceHandle<ISF::ISimulationSvc>* ISF::BaseSimulationSelector::simulator ATLAS_NOT_THREAD_SAFE ( )
inline

return a handle on the simulator

Install fatal handler with default options.

called at the end of each athena event (can be used for eg.

called at the beginning of each athena event (can be used for eg.

return the simulation service ID

resetting dynamic selectors)

beginning of the loop of channels

bad bit newly found

known bad bit

for low noisy cells

for high noisy cells

0.01 is used to scale "PER" to the same order of magnitude to "SIG"

smaller deviation: distorted

checking TmaxAmp, Not mixed with MaxAmp and Width

channel information output

Only dead or distorted, or short known BCs are considered below.

index of bc

getCoefficientMap(label, EigenIdxList)

input value:

  1. label: falvor label in std::string format, could be one of B, C, T, Light
  2. EigenIdxList is user defined vector containing all eigenvector index that user interested in. output: Map of format map<string, map<string, float>> containing decomposition coefficient of the list of eigenvectors defined by EigenIdxList.

getCoefficients(label, evIdx)

input value:

  1. label: falvor label in std::string format, could be one of B, C, T, Light
  2. evIdx: The index of eigenvector user interested in. output value: vector of coefficient values. The order is the same as output given by getListOfOriginalNuisanceParameters()

getListOfOriginalNuisanceParameters(label)

input value:

  1. label: falvor label in std::string format, could be one of B, C, T, Light output value: List of original nuisance parameter names.

getNumEigenVectors(label)

input value:

  1. label: falvor label in std::string format, could be one of B, C, T, Light return value: number of eigen vectors used for chosen label. Return 0 if error occured.

now add branches and leaves to the tree

now add branches and leaves to the tree

Definition at line 63 of file BaseSimulationSelector.cxx.

63  {
64  return &m_simulator;
65 }

◆ ATLAS_NOT_THREAD_SAFE() [2/2]

void ISF::BaseSimulationSelector::update ATLAS_NOT_THREAD_SAFE ( const ISFParticle &  )

update internal event representation

Definition at line 95 of file BaseSimulationSelector.cxx.

95 { }