Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | CRAB notes | |||||||
> > | Usefull Tricks
edm TricksedmConfigDump your_cfg.py > dumped_cfg.pyCRAB notes | |||||||
config.JobType.pyCfgParams = ['globalTag=80X_mcRun2_...'] ['valami=1', 'masik=2', 'harmadik=3'] | ||||||||
Changed: | ||||||||
< < | AlCaDB contact notesAll DB test configMinBias | |||||||
> > | AlCaDB contact notesAll DB test configMinBias | |||||||
cmsDriver.py -s GEN,SIM,DIGI,L1,DIGI2RAW,RAW2DIGI,L1Reco,RECO --evt_type MinBias_13TeV_pythia8_TuneCUETP8M1_cfi --conditions auto:phase1_2017_realistic --era Run2_2017 --geometry DB:Extended --fileout file:GENSIMRECO_MinBias.root --python_filename=PhaseI_MinBias_cfg.py --runUnscheduled -n 10https://github.com/jkarancs/PhaseIPixelNtuplizer/blob/1a635835a54364a467758f4550215798b1e28208/test/run_PhaseIPixelNtuplizer_MinBias_cfg.py ![]() | ||||||||
Changed: | ||||||||
< < | MuonGun | |||||||
> > | MuonGun | |||||||
https://github.com/cms-analysis/DPGAnalysis-SiPixelTools/blob/master/PixelHitAssociator/phase1/run_PixelHitAssociator_PhaseI_MuPt10_cfg.py![]() Options to run this: | ||||||||
Line: 26 to 33 | ||||||||
cmsRun phase1/run_PixelHitAssociator_PhaseI_MuPt10_cfg.py saveRECO=1 useTemplates=1 useLocalLASim=1 useLocalLA=1 useLocalGenErr=1 useLocalTemplates=1 maxEvents=10000 outputFileName=tem_phase1_91X_Data38T_10k.root | ||||||||
Changed: | ||||||||
< < | Template&GenErr DB resolutions | |||||||
> > | Template&GenErr DB resolutions | |||||||
https://github.com/cms-analysis/DPGAnalysis-SiPixelTools/blob/master/PixelHitAssociator/MCResolution.C#L70-L71 https://github.com/cms-analysis/DPGAnalysis-SiPixelTools/blob/master/PixelHitAssociator/MCResolution.C#L120-L130 | ||||||||
Changed: | ||||||||
< < | LA DB | |||||||
> > | LA DB | |||||||
Geometrical coordinates are defined in: https://github.com/cms-analysis/DPGAnalysis-SiPixelTools/blob/master/PixelDBTools/test/SiPixelLorentzAngleDBLoader.cc#L109-L126![]() Exceptions are to be defined from rawID: https://github.com/cms-analysis/DPGAnalysis-SiPixelTools/blob/master/PixelDBTools/test/SiPixelLorentzAngleDBLoader.cc#L96-L107 ![]() | ||||||||
Changed: | ||||||||
< < | conddb notesComperison of two sqlites | |||||||
> > | conddb notesComperison of two sqlites | |||||||
conddb list SiPixelDynamicInefficiency_13TeV_50ns_v2_mc // from FrontierProd conddb --db /afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERCALIB/Pixels/PixelDB2015/6SiPixelDynamicInefficiency/siPixelDynamicInefficiency_13TeV_50ns_v2_mc.db list SiPixelDynamicInefficiency_13TeV_50ns_v2_mc // from local file | ||||||||
Line: 51 to 58 | ||||||||
diff 1fc23c8994620aa9d47d27baa9f0af4e99e76909.xml 5a9e60ee4edc52188da96e384da8fb2bccee30b4.xml73c73 | ||||||||
Changed: | ||||||||
< < | Root notesStandard things | |||||||
> > | Root notesStandard things | |||||||
TH2D (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup) | ||||||||
Changed: | ||||||||
< < | Custum canvas | |||||||
> > | Custum canvas | |||||||
TH2* h, std::string canname, int gx = 0, int gy = 0, |