CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BranchKey.cc
Go to the documentation of this file.
1 /*----------------------------------------------------------------------
2 
3 $Id: BranchKey.cc,v 1.3 2007/11/22 16:44:54 wmtan Exp $
4 
5 ----------------------------------------------------------------------*/
6 #include <ostream>
7 
11 
12 
13 namespace edm
14 {
16  friendlyClassName_(desc.friendlyClassName()),
17  moduleLabel_(desc.moduleLabel()),
18  productInstanceName_(desc.productInstanceName()),
19  processName_(desc.processName()) {}
20 
22  friendlyClassName_(desc.friendlyClassName()),
23  moduleLabel_(desc.moduleLabel()),
24  productInstanceName_(desc.productInstanceName()),
25  processName_(desc.processName()) {}
26 
27  std::ostream&
28  operator<<(std::ostream& os, BranchKey const& bk) {
29  os << "BranchKey("
30  << bk.friendlyClassName_ << ", "
31  << bk.moduleLabel_ << ", "
32  << bk.productInstanceName_ << ", "
33  << bk.processName_ << ')';
34  return os;
35  }
36 
37 
38 }
std::string processName_
Definition: BranchKey.h:36
std::string productInstanceName_
Definition: BranchKey.h:35
std::string moduleLabel_
Definition: BranchKey.h:34
std::string friendlyClassName_
Definition: BranchKey.h:33
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.