-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
28 lines (27 loc) · 983 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"_typename": "map<string,string>",
"caloClusterCells": "CaloClusterCells",
"caloClusters": "CaloClusters",
"drawCaloClusters": "false",
"drawECalBarrelCells": "true",
"drawECalBarrelHits": "true",
"drawECalBarrelMergedCells": "false",
"drawGenParticles": "true",
"drawHCalBarrelCells": "true",
"drawHCalBarrelHits": "true",
"drawSimParticles": "true",
"drawTopoClusters": "true",
"ecalBarrelCells": "ECalBarrelPositionedCells",
"ecalBarrelHits": "ECalBarrelPositionedHits",
"ecalBarrelMergedCells": "ECalBarrelPositionedCells2",
"energyThresholdCells": "0.000000",
"energyThresholdClusters": "1.000000",
"energyThresholdHits": "0.000000",
"energyThresholdParticles": "1.000000",
"genParticles": "genParticles",
"hcalBarrelCells": "HCalBarrelPositionedCells2",
"hcalBarrelHits": "HCalBarrelPositionedHits",
"simParticles": "SimParticlesSecondaries",
"topoClusterCells": "CaloTopoClusterCells",
"topoClusters": "CaloTopoClusters"
}