File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Geometry/MTDGeometryBuilder/test Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1+ __init__.py
2+ * .pyc
3+ . * .swp
4+ . #*
5+ # *#
6+ * ~
7+ * .pb
8+
9+ # ignore partially applied patches and their backup
10+ * .rej
11+ * .orig
12+
13+
14+ # ignore files under the top level $CMSSW_BASE/src directory, but not its subdirectories
15+ /*
16+ ! /* /
17+
18+ # ignore some IDE related files
19+ * .xcodeproj
20+ .vscode
21+
22+ # ignore mac specific file
23+ .DS_Store
Original file line number Diff line number Diff line change 7171 ddTopNodeName = cms .untracked .string ('EndcapTimingLayer' )
7272)
7373
74- #process.p1 = cms.Path(cms.wait(process.prod)+cms.wait(process.prod1)+process.prod2)
75- process .p1 = cms .Path (cms .wait (process .prod )+ cms .wait (process .prod2 ))
74+ process .p1 = cms .Path (cms .wait (process .prod )+ cms .wait (process .prod1 )+ process .prod2 )
You can’t perform that action at this time.
0 commit comments