CMS 3D CMS Logo

Classes | Namespaces | Enumerations

/data/refman/pasoursint/CMSSW_5_2_9/src/EventFilter/ShmBuffer/interface/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

namespace  evf
namespace  evf::dqm
namespace  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
}