Line Code
1 2 3 4 5 6 7 8 9 10
#ifndef DataFormats_Provenance_PassID_h
#define DataFormats_Provenance_PassID_h

#include <string>

namespace edm {
  typedef std::string PassID;
}

#endif