CMS 3D CMS Logo

DataFormat.py
Go to the documentation of this file.
1 
2 # Define constants for data formats for VID and anyone else who needs them
3 class DataFormat:
4  AOD = 1
5  MiniAOD = 2
DataFormat.DataFormat
Definition: DataFormat.py:3