Skip to content

Commit

Permalink
Merge pull request #32220 from OzAmram/phase2_ext_angle_temps_and_ntu…
Browse files Browse the repository at this point in the history
…ple_update

Phase2 improved conditions and ntuple maker update
  • Loading branch information
cmsbuild committed Dec 14, 2020
2 parents 11fb37a + f3c5e30 commit f92c5e6
Show file tree
Hide file tree
Showing 6 changed files with 337 additions and 246 deletions.
6 changes: 3 additions & 3 deletions CondFormats/SiPixelTransient/interface/SiPixelTemplateDefs.h
Expand Up @@ -40,7 +40,7 @@
#define T2HY 10 // = T2YSIZE/2
#define T2HYP1 T2HY + 1 // = T2YSIZE/2+1
#define T2HX 3 // = T2XSIZE/2
#define TEMP_ENTRY_SIZEX_A 60
#define TEMP_ENTRY_SIZEX_B 60
#define TEMP_ENTRY_SIZEY 60
#define TEMP_ENTRY_SIZEX_A 80
#define TEMP_ENTRY_SIZEX_B 80
#define TEMP_ENTRY_SIZEY 100
#endif
12 changes: 6 additions & 6 deletions Configuration/AlCa/python/autoCondPhase2.py
Expand Up @@ -52,15 +52,15 @@
}

allTags["GenError"] = {
'T15' : ( ','.join( [ 'SiPixelGenErrorDBObject_phase2_IT_v6.1.5_25x100_v0_mc' ,SiPixelGenErrorRecord,connectionString, "", "2020-07-24 10:00:00"] ), ), # cell is 25um (local-x) x 100um (local-y) , VBias=350V
'T21' : ( ','.join( [ 'SiPixelGenErrorDBObject_phase2_IT_v6.1.5_25x100_v0_mc',SiPixelGenErrorRecord,connectionString, "", "2020-07-24 10:00:00"] ), ), # cell is 25um (local-x) x 100um (local-y) , VBias=350V
'T22' : ( ','.join( [ 'SiPixelGenErrorDBObject_phase2_IT_v6.1.5_50x50_v1_mc' ,SiPixelGenErrorRecord,connectionString, "", "2020-08-17 21:00:00"] ), ), # cell is 50um (local-x) x 50um (local-y) , VBias=350V
'T15' : ( ','.join( [ 'SiPixelGenErrorDBObject_phase2_IT_v6.1.5_25x100_v2_mc' ,SiPixelGenErrorRecord,connectionString, "", "2020-10-16 10:00:00"] ), ), # cell is 25um (local-x) x 100um (local-y) , VBias=350V
'T21' : ( ','.join( [ 'SiPixelGenErrorDBObject_phase2_IT_v6.1.5_25x100_v2_mc',SiPixelGenErrorRecord,connectionString, "", "2020-10-16 10:00:00"] ), ), # cell is 25um (local-x) x 100um (local-y) , VBias=350V
'T22' : ( ','.join( [ 'SiPixelGenErrorDBObject_phase2_IT_v6.1.5_50x50_v4_mc' ,SiPixelGenErrorRecord,connectionString, "", "2020-10-19 23:00:00"] ), ), # cell is 50um (local-x) x 50um (local-y) , VBias=350V
}

allTags["Template"] = {
'T15' : ( ','.join( [ 'SiPixelTemplateDBObject_phase2_IT_v6.1.5_25x100_v0_mc',SiPixelTemplatesRecord,connectionString, "", "2020-07-24 10:00:00"] ), ), # cell is 25um (local-x) x 100um (local-y) , VBias=350V
'T21' : ( ','.join( [ 'SiPixelTemplateDBObject_phase2_IT_v6.1.5_25x100_v0_mc',SiPixelTemplatesRecord,connectionString, "", "2020-07-24 10:00:00"] ), ), # cell is 25um (local-x) x 100um (local-y) , VBias=350V
'T22' : ( ','.join( [ 'SiPixelTemplateDBObject_phase2_IT_v6.1.5_50x50_v1_mc' ,SiPixelTemplatesRecord,connectionString, "", "2020-08-17 21:00:00"] ), ), # cell is 50um (local-x) x 50um (local-y) , VBias=350V
'T15' : ( ','.join( [ 'SiPixelTemplateDBObject_phase2_IT_v6.1.5_25x100_v2_mc',SiPixelTemplatesRecord,connectionString, "", "2020-10-16 10:00:00"] ), ), # cell is 25um (local-x) x 100um (local-y) , VBias=350V
'T21' : ( ','.join( [ 'SiPixelTemplateDBObject_phase2_IT_v6.1.5_25x100_v2_mc',SiPixelTemplatesRecord,connectionString, "", "2020-10-16 10:00:00"] ), ), # cell is 25um (local-x) x 100um (local-y) , VBias=350V
'T22' : ( ','.join( [ 'SiPixelTemplateDBObject_phase2_IT_v6.1.5_50x50_v4_mc' ,SiPixelTemplatesRecord,connectionString, "", "2020-10-19 23:00:00"] ), ), # cell is 50um (local-x) x 50um (local-y) , VBias=350V
}

##
Expand Down
7 changes: 7 additions & 0 deletions SLHCUpgradeSimulations/Geometry/test/BuildFile.xml
Expand Up @@ -31,6 +31,13 @@
<use name="SimTracker/TrackerHitAssociation"/>
<use name="Geometry/Records"/>
<use name="Geometry/TrackerGeometryBuilder"/>
<use name="TrackingTools/TransientTrack"/>
<use name="TrackingTools/TransientTrackingRecHit"/>
<use name="TrackingTools/TrajectoryState"/>
<use name="TrackingTools/TrackAssociator"/>
<use name="TrackingTools/Records"/>
<use name="TrackingTools/TrackFitters"/>
<use name="RecoTracker/TransientTrackingRecHit"/>
</library>

<bin name="testPhase2PixelNtuple" file="testPhase2PixelNtuple.cpp">
Expand Down

0 comments on commit f92c5e6

Please sign in to comment.