#include <iostream>#include "MpTriggerStat.h"Include dependency graph for MpMuonFate.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | MpMuonFate |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const MpMuonFate &f) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const MpMuonFate & | f | |||
| ) |
Definition at line 3 of file MpMuonFate.cc.
00004 { 00005 os<<"MpMuonFate 0x"<<std::hex<<f.getCode()<<std::dec; 00006 return os; 00007 }
1.4.7