Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PktSizeCommon.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PktSizeCommon.h
1 #ifndef __PKTSIZECOMMON_H__
2 #define __PKTSIZECOMMON_H__
3 
4 #include <map>
5 #include <string>
6 
7 namespace PktSizeCommon
8 {
9  int fillgranules(std::map<std::string, std::pair<unsigned int, unsigned int> > &granulepacketlimits);
10  int filldcmgroups(std::map<unsigned int, std::string> &dcmgroupmap);
11  int fillfibergroups(std::map<unsigned int, std::string> &dcmgroupmap);
12 }; // namespace PktSizeCommon
13 
14 #endif /* __PKTSIZECOMMON_H__ */