126 run->
SetComment(
"I will not say that women have no character; \n\t\t rather, they have a new one every day. \n \t\t\t\t -- Heine ");
128 float width = 150, height = 150;
129 int colomns = 512, rows = 512;
134 float up=100, base=200, down=100;
135 float shrU=2, shrD=2;
139 float z1 = 0, z2=100, z3=300, z4=400;
151 for(
int iac=0; iac<nareas; iac++) {
152 printf(
"Process area: %d (%d)\n", iac, nareas );
154 for(
int ivc=0; ivc<nviews; ivc++) {
172 float x0=0, y0=0,
z0=0;
175 for(
int itr=0; itr<350; itr++ ) {
176 x0 = gRandom->Rndm()*512;
177 y0 = gRandom->Rndm()*512;
178 z0 = gRandom->Rndm()*400;
179 ax = gRandom->Gaus( 0, 0.1 );
180 ay = gRandom->Gaus( 0, 0.1 );
181 x0 = x0 - ax*(
z0-z1);
182 y0 = y0 - ay*(
z0-z1);
184 seg->
Set( x0,y0, z1, ax, ay, 40, 1, 16, itr );
brick z0
Definition: RecDispMC.C:106
void SetTitle(const char *tit)
Definition: EdbRun.h:132
void SetComment(const char *com)
Definition: EdbRun.h:131
Definition: EdbSegment.h:61
void Set(float x, float y, float z, float tx, float ty, float dz=0, int side=0, int puls=0, int id=0)
Definition: EdbSegment.cxx:92
EdbSegment * AddSegment(float x, float y, float z, float tx, float ty, float dz=0, int side=0, int puls=0, int id=-1)
Definition: EdbView.h:231
void Clear()
Definition: EdbView.cxx:79
void GenerateClustersSegment(EdbSegment *segment, int n0=25, float sigma=.1)
Definition: EdbView.cxx:567