CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Enumerations
FUShmBuffer.h File Reference
#include "EventFilter/ShmBuffer/interface/FUShmRawCell.h"
#include "EventFilter/ShmBuffer/interface/FUShmRecoCell.h"
#include "EventFilter/ShmBuffer/interface/FUShmDqmCell.h"
#include <sys/ipc.h>
#include <sys/types.h>
#include <sys/shm.h>
#include <sys/sem.h>
#include <errno.h>
#include <string>

Go to the source code of this file.

Classes

class  evf::FUShmBuffer
 

Namespaces

 evf
 
 evf::dqm
 
 evf::evt
 

Enumerations

enum  evf::evt::State_t {
  evf::evt::EMPTY, evf::evt::STOP, evf::evt::RAWWRITING, evf::evt::RAWWRITTEN,
  evf::evt::RAWREADING, evf::evt::RAWREAD, evf::evt::PROCESSING, evf::evt::PROCESSED,
  evf::evt::RECOWRITING, evf::evt::RECOWRITTEN, evf::evt::SENDING, evf::evt::SENT,
  evf::evt::LUMISECTION, evf::evt::USEDLS, evf::evt::DISCARDING
}
 
enum  evf::dqm::State_t {
  evf::dqm::EMPTY, evf::dqm::WRITING, evf::dqm::WRITTEN, evf::dqm::SENDING,
  evf::dqm::SENT, evf::dqm::DISCARDING
}