Hello,
after doing gSystem->Load("libPhysics.so") I do
{
t = new TTree("testtree","testtree");
ca = new TClonesArray("TLorentzVector",10);
int i;
for (i=0; i<10; ++i)
new (ca[i]) TLorentzVector;
t->Branch("leptons",&ca);
}
in CINT. I get a *** Break *** segmentation violation.
With TObject however, this seems to work. What am I doing wrong ?
I'm using root 3.01/06 3 August 2001 on Linux/i386.
best regards & thanks for the help,
André
--
------------------+----------------------------------
Andre Holzner | +41 22 76 76750
Bureau 32 2-C13 | Building 32
CERN | Office 2-C13
CH-1211 Geneve 23 | http://wwweth.cern.ch/~holzner/
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:56 MET