![]() |
![]() |
#include "EventFilter/ShmBuffer/interface/FUShmBuffer.h"
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Definition at line 20 of file FUShmCleanUp_t.cc.
References GenMuonPlsPt100GeV_cfg::cout, and lat::endl().
00021 { 00022 if (FUShmBuffer::releaseSharedMemory()) 00023 cout<<"SHARED MEMORY RELEASED SUCCESSFULLY."<<endl; 00024 else 00025 cout<<"NO SHARED MEMORY RELEASED!"<<endl; 00026 00027 return 0; 00028 }