CMS 3D CMS Logo

V0MonitoringClient_cfi.py
Go to the documentation of this file.
2 
3 v0MonitorClient = dqmScaleToClient.clone(
4  outputme = dqmScaleToClient.outputme.clone(
5  folder = 'Tracking/V0Monitoring',
6  name = 'v0_Lxy_normalized',
7  factor = 1.
8  ),
9  inputme = dqmScaleToClient.inputme.clone(
10  folder = 'Tracking/V0Monitoring',
11  name = 'v0_Lxy'
12  )
13 )