Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:20:28

0001 #ifndef __PKTSIZECOMMON_H__
0002 #define __PKTSIZECOMMON_H__
0003 
0004 #include <map>
0005 #include <string>
0006 
0007 namespace PktSizeCommon
0008 {
0009   int fillgranules(std::map<std::string, std::pair<unsigned int, unsigned int> > &granulepacketlimits);
0010   int filldcmgroups(std::map<unsigned int, std::string> &dcmgroupmap);
0011   int fillfibergroups(std::map<unsigned int, std::string> &dcmgroupmap);
0012 };  // namespace PktSizeCommon
0013 
0014 #endif /* __PKTSIZECOMMON_H__ */